X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;h=bcba756cc2e4c3275e25a35349ff2176370fae65;hb=80656eec9bd2400f8db71d0d10d7d0be54139667;hp=8186d2e1135a9a5bd84f3b3a5320bca4d9047f2e;hpb=3ff07b59ff41754a77105973a4f1e9d6d25b2c3a;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Once.pm b/lib/App/Rgit/Command/Once.pm index 8186d2e..bcba756 100644 --- a/lib/App/Rgit/Command/Once.pm +++ b/lib/App/Rgit/Command/Once.pm @@ -3,7 +3,7 @@ package App::Rgit::Command::Once; use strict; use warnings; -use base qw/App::Rgit::Command/; +use base qw; =head1 NAME @@ -11,11 +11,11 @@ App::Rgit::Command::Once - Class for commands to execute only once. =head1 VERSION -Version 0.07 +Version 0.08 =cut -our $VERSION = '0.07'; +our $VERSION = '0.08'; =head1 DESCRIPTION