X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=blobdiff_plain;f=inc%2FModule%2FInstall%2FFetch.pm;fp=inc%2FModule%2FInstall%2FFetch.pm;h=d66aba5832e1c951def2d811422e5e327687e6ed;hp=14cc5a77b426b2a194be4eee9bc535574627d7cf;hb=48e8f74ef6190566955be7a09524b449e936680d;hpb=e1833069d86f0e670e7a4be1cd04a5daa97b2d92 diff --git a/inc/Module/Install/Fetch.pm b/inc/Module/Install/Fetch.pm index 14cc5a7..d66aba5 100644 --- a/inc/Module/Install/Fetch.pm +++ b/inc/Module/Install/Fetch.pm @@ -1,3 +1,4 @@ +#line 1 package Module::Install::Fetch; use strict; @@ -5,7 +6,7 @@ use Module::Install::Base; use vars qw{$VERSION $ISCORE @ISA}; BEGIN { - $VERSION = '0.72'; + $VERSION = '0.77'; $ISCORE = 1; @ISA = qw{Module::Install::Base}; }