X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fversion.pm;h=084b9485262cdc74e85f8571bb8eb97f01558661;hb=004caa160f94253de79aa75f9b412f94823dcb96;hp=74313c3c51ae76a73ebf1b475d0bac9303176f11;hpb=92dcf8ce268fff64097044a269995ffa27692a3d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/version.pm b/lib/version.pm index 74313c3..084b948 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,13 +6,13 @@ use strict; use vars qw(@ISA $VERSION $CLASS *qv); -$VERSION = 0.64; +$VERSION = 0.68; $CLASS = 'version'; # Preloaded methods go here. sub import { - my ($class, @args) = @_; + my ($class) = @_; my $callpkg = caller(); no strict 'refs';