Skip to content

Commit 7b7c894

Browse files
committed
new version: 1.71
1 parent e8f97af commit 7b7c894

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Module::Starter
22

3+
1.71 Fri Jan 30 13:28:31 2015
4+
* GH #47: create_t breaks plugins. (David Pottage)
5+
36
1.70 Tue Jan 20 20:56:31 2015
47
* Change the url for issues from rt.cpan.org to GitHub (David Pottage)
58
* Added a missing module to prerequisites (David Pottage)

lib/Module/Starter.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Module::Starter - a simple starter kit for any module
1010
1111
=head1 VERSION
1212
13-
Version 1.70
13+
Version 1.71
1414
1515
=cut
1616

17-
our $VERSION = '1.70';
17+
our $VERSION = '1.71';
1818

1919
=head1 SYNOPSIS
2020

lib/Module/Starter/App.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Module::Starter::App - the code behind the command line program
99
use warnings;
1010
use strict;
1111

12-
our $VERSION = '1.70';
12+
our $VERSION = '1.71';
1313

1414
use Path::Class;
1515
use Getopt::Long;

lib/Module/Starter/BuilderSet.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Module::Starter::BuilderSet - determine builder metadata
1111
1212
=head1 VERSION
1313
14-
Version 1.70
14+
Version 1.71
1515
1616
=cut
1717

18-
our $VERSION = '1.70';
18+
our $VERSION = '1.71';
1919

2020
=head1 SYNOPSIS
2121

lib/Module/Starter/Plugin/Template.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Module::Starter::Plugin::Template - module starter with templates
1010
1111
=head1 VERSION
1212
13-
Version 1.70
13+
Version 1.71
1414
1515
=cut
1616

17-
our $VERSION = '1.70';
17+
our $VERSION = '1.71';
1818

1919
=head1 SYNOPSIS
2020

lib/Module/Starter/Simple.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Module::Starter::Simple - a simple, comprehensive Module::Starter plugin
1717
1818
=head1 VERSION
1919
20-
Version 1.70
20+
Version 1.71
2121
2222
=cut
2323

24-
our $VERSION = '1.70';
24+
our $VERSION = '1.71';
2525

2626
=head1 SYNOPSIS
2727

0 commit comments

Comments
 (0)