]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Policy/Default.pm
Switch qw delimiters to <>
[perl/modules/rgit.git] / lib / App / Rgit / Policy / Default.pm
index 5d96a66bb688223636c92b662f8b627b06708c6a..f1b71fe2b2b5e6256091a9666e3b1e904e7f8e0d 100644 (file)
@@ -3,9 +3,9 @@ package App::Rgit::Policy::Default;
 use strict;
 use warnings;
 
-use App::Rgit::Utils qw/:codes/;
+use App::Rgit::Utils qw<:codes>;
 
-use base qw/App::Rgit::Policy/;
+use base qw<App::Rgit::Policy>;
 
 =head1 NAME
 
@@ -13,11 +13,11 @@ App::Rgit::Policy::Default - The default policy that stops on error.
 
 =head1 VERSION
 
-Version 0.06
+Version 0.08
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION