Skip to content

Commit

Permalink
Bump to a development version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 26, 2016
1 parent d11980e commit 5173509
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Distribution/Cooker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw($VERSION);
use File::Basename qw(dirname);
use File::Path qw(make_path);

$VERSION = '1.021';
$VERSION = '1.021_01';

=encoding utf8
Expand Down Expand Up @@ -209,8 +209,6 @@ sub cook {
q{--ignore='^.*'} ,
);

say STDERR "Command is @command";

system { $command[0] } @command;

my $dir = catfile( 'lib', dirname( $path ) );
Expand All @@ -221,7 +219,6 @@ say STDERR "Command is @command";
my $old = catfile( 'lib', $self->module_template_basename );
my $new = catfile( 'lib', $path );


rename $old => $new
or croak "Could not rename [$old] to [$new]: $!";
}
Expand Down

0 comments on commit 5173509

Please sign in to comment.