]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Command/Once.pm
Switch qw delimiters to <>
[perl/modules/rgit.git] / lib / App / Rgit / Command / Once.pm
index 8186d2e1135a9a5bd84f3b3a5320bca4d9047f2e..bcba756cc2e4c3275e25a35349ff2176370fae65 100644 (file)
@@ -3,7 +3,7 @@ package App::Rgit::Command::Once;
 use strict;
 use warnings;
 
-use base qw/App::Rgit::Command/;
+use base qw<App::Rgit::Command>;
 
 =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