Skip to content

Commit

Permalink
for 3.03 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grantm committed Sep 7, 2010
1 parent 914d89e commit 05eb048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for App-BCVI Revision history for App-BCVI


3.03 2010-09-07
- make the wrap_ssh() method more overridable (feature request from
Andrew Ruthven)

3.02 2010-06-05 3.02 2010-06-05
- allow optional arguments on 'dispatch_to' options - allow optional arguments on 'dispatch_to' options
- list installed plugins in --help - list installed plugins in --help
Expand Down
3 changes: 1 addition & 2 deletions Makefile.PL
@@ -1,15 +1,14 @@
use strict; use strict;
use warnings; use warnings;


require 5.008;

use ExtUtils::MakeMaker; use ExtUtils::MakeMaker;


WriteMakefile( WriteMakefile(
NAME => 'App::BCVI', NAME => 'App::BCVI',
AUTHOR => 'Grant McLean <grantm@cpan.org>', AUTHOR => 'Grant McLean <grantm@cpan.org>',
VERSION_FROM => 'bin/bcvi', VERSION_FROM => 'bin/bcvi',
ABSTRACT_FROM => 'lib/App/BCVI.pod', ABSTRACT_FROM => 'lib/App/BCVI.pod',
MIN_PERL_VERSION => 5.008,
PL_FILES => {}, PL_FILES => {},
PREREQ_PM => { PREREQ_PM => {
'Test::More' => 0, 'Test::More' => 0,
Expand Down
2 changes: 1 addition & 1 deletion bin/bcvi
Expand Up @@ -26,7 +26,7 @@ require 5.008;


package App::BCVI; package App::BCVI;


our $VERSION = '3.02'; our $VERSION = '3.03';


use File::Spec; use File::Spec;
use File::Path; use File::Path;
Expand Down

0 comments on commit 05eb048

Please sign in to comment.