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"; -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list