Skip to content

Commit

Permalink
Added missing prerequisite Readonly, which got lost in the migration
Browse files Browse the repository at this point in the history
Preparing bug fix release 0.05
  • Loading branch information
jonasbn committed Aug 20, 2015
1 parent 154470f commit 49e6d27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changes file for Business::GL::Postalcode

0.05 2015-08-20 Bug fix release, update not required

- Minor bug when Readonly prerequisite was not listed properly


0.04 2015-08-18 Maintenance release, update not required

- Migrated to Dist::Zilla from Module::Build
Expand Down
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Carp = 0 ; core
Params::Validate = 0
List::Util = 0
Data::Handle = 0
Readonly = 0
perl = 5.010

[Prereqs / TestRequires]
Expand Down
2 changes: 1 addition & 1 deletion lib/Class/Business/GL/Postalcode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use constant FALSE => 0;

Readonly::Scalar my $SEPARATOR => ';';

our $VERSION = '0.04';
our $VERSION = '0.05';

sub new {
my $class = shift;
Expand Down

0 comments on commit 49e6d27

Please sign in to comment.