X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-SearchResults-XLS.git;a=blobdiff_plain;f=inc%2FModule%2FInstall%2FCan.pm;h=71ccc27702a05d53319b121d4a40ea621678dc57;hp=902560763b7efe760a1a21a1acde7334c7861594;hb=47c2ccb6812acb71dff5fbca2e8f272ab395f8d1;hpb=937f6d7c927291873a02c1125d66e82095fc22c7 diff --git a/inc/Module/Install/Can.pm b/inc/Module/Install/Can.pm index 9025607..71ccc27 100644 --- a/inc/Module/Install/Can.pm +++ b/inc/Module/Install/Can.pm @@ -2,18 +2,16 @@ package Module::Install::Can; use strict; -use Module::Install::Base; -use Config (); -### This adds a 5.005 Perl version dependency. -### This is a bug and will be fixed. -use File::Spec (); -use ExtUtils::MakeMaker (); - -use vars qw{$VERSION $ISCORE @ISA}; +use Config (); +use File::Spec (); +use ExtUtils::MakeMaker (); +use Module::Install::Base (); + +use vars qw{$VERSION @ISA $ISCORE}; BEGIN { - $VERSION = '0.77'; + $VERSION = '1.00'; + @ISA = 'Module::Install::Base'; $ISCORE = 1; - @ISA = qw{Module::Install::Base}; } # check if we can load some module @@ -80,4 +78,4 @@ if ( $^O eq 'cygwin' ) { __END__ -#line 158 +#line 156