mifflin has asked for the wisdom of the Perl Monks concerning the following question:
This seems to work. However, what I'd really like is for MWLOG's version to be the same as Log::Writer's version.package MWLOG; use strict; use warnings; use Log::Writer; our @ISA = qw(Log::Writer); our $VERSION = '1.06'; 1;
does not seem to work.our $VERSION = $Log::Writer::VERSION;
#perl Makefile.PL WARNING: Setting VERSION via file 'MWLOG.pm' failed at /home/utils/perl/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 523 Writing Makefile for MWLOG
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: renaming a package
by dragonchild (Archbishop) on Apr 30, 2004 at 17:37 UTC | |
by mifflin (Curate) on Apr 30, 2004 at 18:08 UTC | |
|
Re: renaming a package
by ysth (Canon) on Apr 30, 2004 at 21:16 UTC | |
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 | |
|
Re: renaming a package
by blue_cowdawg (Monsignor) on Apr 30, 2004 at 18:08 UTC | |
by mifflin (Curate) on Apr 30, 2004 at 19:25 UTC | |
by blue_cowdawg (Monsignor) on Apr 30, 2004 at 19:29 UTC | |
|
Re: renaming a package
by demerphq (Chancellor) on May 01, 2004 at 08:51 UTC |