Perl::magick on CPAN - unathorised release
Posted: 2009-10-16T01:38:23-07:00
Hi,
currently published version of PerlMagick on CPAn is marked as ** UNAUTHORIZED RELEASE **. It is IMHO due to the demo package Turtle.pm.
To fix this you need to patch "demo/Turtle.pm" in this way:
--
kmx
currently published version of PerlMagick on CPAn is marked as ** UNAUTHORIZED RELEASE **. It is IMHO due to the demo package Turtle.pm.
To fix this you need to patch "demo/Turtle.pm" in this way:
Code: Select all
- package Turtle;
+ package # hide from PAUSE
+ Turtle;
kmx