rpms/cpan2rpm/devel cpan2rpm-Pod-PlainText.patch,NONE,1.1

Štěpán Kasal kasal at fedoraproject.org
Mon Mar 30 13:58:07 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/cpan2rpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1727

Added Files:
	cpan2rpm-Pod-PlainText.patch 
Log Message:
- Use Pod::PlainText instead of Pod::Text (#481147)

cpan2rpm-Pod-PlainText.patch:

--- NEW FILE cpan2rpm-Pod-PlainText.patch ---
--- cpan2rpm	2005-06-18 00:06:54.000000000 -0500
+++ cpan2rpm.fix	2007-05-30 15:27:55.000000000 -0500
@@ -28,7 +28,7 @@
 use warnings;
 use Getopt::Long;
 use Sys::Hostname;
-use Pod::Text;
+use Pod::PlainText;
 
 my ($ME, $RPM, $TMPDIR, %RPMDIR, $CWD, %info, %meta, $ARGS);
 
@@ -359,7 +359,7 @@
 
 sub get_meta {
     my $info = shift || $_; local $_;
-    my $pod = Pod::Text->new();
+    my $pod = Pod::PlainText->new();
 
     print "Metadata retrieval\n";
 




More information about the fedora-extras-commits mailing list