in reply to renaming a package
A completely different approach to replace your entire file:use Log::Writer; our $VERSION = $Log::Writer::VERSION;
Do you have Makefile.PL set to extract the distribution's version from MWLOG.pm rather than Log::Writer.pm?*MWLOG:: = \%Log::Writer::;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: renaming a package
by mifflin (Curate) on Apr 30, 2004 at 21:33 UTC | |
by ysth (Canon) on Apr 30, 2004 at 21:46 UTC | |
by mifflin (Curate) on Apr 30, 2004 at 22:21 UTC |