]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Policy/Interactive.pm
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/rgit.git] / lib / App / Rgit / Policy / Interactive.pm
index 26eef247f4beca4cf361dd62ef0515b91aca29da..5b1a63d75ea0a8b23e422affbc4a2804d118b64a 100644 (file)
@@ -5,9 +5,9 @@ use warnings;
 
 use Cwd ();
 
-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
 
@@ -15,11 +15,11 @@ App::Rgit::Policy::Interactive - A policy that asks what to do on error.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION