X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=inc%2FModule%2FInstall%2FCan.pm;h=9bcf278a3213fe6783386a9abeed9a8dc8d053f1;hb=447aa9bcb55632cf669454868679169602a28fe2;hp=1c01e221f7452e0a04c4963d39dc93451793ccf7;hpb=def98fc0d7f5e9527b28af6b90d4ddb07fbc845c;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/inc/Module/Install/Can.pm b/inc/Module/Install/Can.pm index 1c01e22..9bcf278 100644 --- a/inc/Module/Install/Can.pm +++ b/inc/Module/Install/Can.pm @@ -11,7 +11,7 @@ use ExtUtils::MakeMaker (); use vars qw{$VERSION $ISCORE @ISA}; BEGIN { - $VERSION = '0.64'; + $VERSION = '0.65'; $ISCORE = 1; @ISA = qw{Module::Install::Base}; }