Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317167 Details for
Bug 462832
cpan2rpm doesn't work with latest Pod::Text
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Switch to Pod::Parser instead of Pod::Text
cpan2rpm-2.028-Pod.patch (text/plain), 550 bytes, created by
Benny Amorsen
on 2008-09-19 08:37:21 UTC
(
hide
)
Description:
Switch to Pod::Parser instead of Pod::Text
Filename:
MIME Type:
Creator:
Benny Amorsen
Created:
2008-09-19 08:37:21 UTC
Size:
550 bytes
patch
obsolete
>diff -urN cpan2rpm-2.028/cpan2rpm cpan2rpm-2.028.new/cpan2rpm >--- cpan2rpm-2.028/cpan2rpm 2005-06-18 07:06:54.000000000 +0200 >+++ cpan2rpm-2.028.new/cpan2rpm 2008-09-19 10:30:47.000000000 +0200 >@@ -28,7 +28,7 @@ > use warnings; > use Getopt::Long; > use Sys::Hostname; >-use Pod::Text; >+use Pod::Parser; > > 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::Parser->new(); > > print "Metadata retrieval\n"; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 462832
: 317167