X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inc%2FModule%2FInstall%2FAutoInstall.pm;h=3a490fbb1f7ca80a508eab17c7f17427827c1989;hb=refs%2Ftags%2Fupstream%2F0.10;hp=c244cb544549eeb1de12029bc5eeb4e853123e05;hpb=0bf9e38bd59ec2d30d98cdd5b1ff6659bc776761;p=liburi-template-perl.git diff --git a/inc/Module/Install/AutoInstall.pm b/inc/Module/Install/AutoInstall.pm index c244cb5..3a490fb 100644 --- a/inc/Module/Install/AutoInstall.pm +++ b/inc/Module/Install/AutoInstall.pm @@ -6,7 +6,7 @@ use Module::Install::Base; use vars qw{$VERSION $ISCORE @ISA}; BEGIN { - $VERSION = '0.67'; + $VERSION = '0.68'; $ISCORE = 1; @ISA = qw{Module::Install::Base}; }