Skip Menu |

This queue is for tickets about the App-perlmv CPAN distribution.

Report information
The Basics
Id: 57547
Status: resolved
Worked: 2 min
Priority: 0/
Queue: App-perlmv

People
Owner: Nobody in particular
Requestors: NKH [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.29
Fixed in: (no value)



Subject: comand 'Show source code of scriptlet' does not work
nadim@naquadim Range (master)$ perlmv -de 's/pm/PM/' lib/Data/HexDump/Range.pm DRYRUN: `lib/Data/HexDump/Range.pm` -> `lib/Data/HexDump/Range.PM` nadim@naquadim Range (master)$ perlmv -l pinyin remove-common-prefix remove-common-suffix to-number-ext to-timestamp-ext unaccent nadim@naquadim Range (master)$ perlmv -s pinyin Can't call method "find_scriptlets" on unblessed reference at /usr/lib64/perl5/site_perl/5.10.1/App/perlmv.pm line 49. nadim@naquadim Range (master)$ perlmv -s unaccent Can't call method "find_scriptlets" on unblessed reference at /usr/lib64/perl5/site_perl/5.10.1/App/perlmv.pm line 49. n
On Mon May 17 06:13:41 2010, NKH wrote: Show quoted text
> nadim@naquadim Range (master)$ perlmv -de 's/pm/PM/' > lib/Data/HexDump/Range.pm > DRYRUN: `lib/Data/HexDump/Range.pm` -> `lib/Data/HexDump/Range.PM` > nadim@naquadim Range (master)$ perlmv -l > pinyin > remove-common-prefix > remove-common-suffix > to-number-ext > to-timestamp-ext > unaccent > nadim@naquadim Range (master)$ perlmv -s pinyin > Can't call method "find_scriptlets" on unblessed reference at > /usr/lib64/perl5/site_perl/5.10.1/App/perlmv.pm line 49. > nadim@naquadim Range (master)$ perlmv -s unaccent > Can't call method "find_scriptlets" on unblessed reference at > /usr/lib64/perl5/site_perl/5.10.1/App/perlmv.pm line 49. > n
Thanks for the report. Fixed. Will be in next release. -- sh