On Sun, Jul 26, 2009 at 09:01:49AM -0400, John Peacock wrote: > If it wasn't obvious, this is suitable to the applied to blead and then pulled > into maint-5.10... I can't get it to apply, because the patch has got linewrapped during email transmission. I had a quick go a fixing up the patch, but gave up. But even if I could get it to apply, it seems incomplete. The patch just contains lib/version.pod lib/version.t lib/version/Internals.pod So in particular, no changes to version.pm. However, a quick check between the version.pm that comes in the version-0.77.tar.gz on CPAN, and the one in blead shows they are different: --- ../cpan/untarred/version-0.77/lib/version.pm 2009-07-26 12:49:11.000000000 +0100 +++ lib/version.pm 2009-06-29 16:40:34.000000000 +0100 @@ -6,48 +6,10 @@ use vars qw(@ISA $VERSION $CLASS *declare *qv); -$VERSION = '0.77'; -$VERSION = eval $VERSION; +$VERSION = 0.77; So even if I applied this patch, blead/maint would not match CPAN. Can you advise what I should do next? -- I before E. Except when it isn't.Thread Previous | Thread Next