Skip to content

Commit

Permalink
Prepping release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Aug 16, 2015
1 parent eb91e73 commit 130dd7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Project site changelog:

http://logiclab.jira.com/browse/BDKPST#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel

0.11 2015-08-16 Maintenance release, update not necessary

- Re-release of 0.10, problem with dist build


0.10 2015-08-16 Maintenance release, update not necessary

- Migrated from Module::Build to Dist::Zilla
Expand Down
4 changes: 2 additions & 2 deletions lib/Business/DK/Postalcode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ no strict 'refs';

my $regex;

our $VERSION = '0.10';
our $VERSION = '0.11';
our @EXPORT_OK
= qw(get_all_postalcodes get_all_cities get_all_data create_regex validate_postalcode validate get_city_from_postalcode get_postalcode_from_city);

Expand Down Expand Up @@ -838,7 +838,7 @@ which could generate the pattern for me based on a finite data set.
=head1 COPYRIGHT
Business-DK-Postalcode is (C) by Jonas B. Nielsen, (jonasbn) 2006-2014
Business-DK-Postalcode is (C) by Jonas B. Nielsen, (jonasbn) 2006-2015
=head1 LICENSE
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/FormValidator/Constraints/Business/DK/Postalcode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use base 'Exporter';

use constant INVALID => undef;

our $VERSION = '0.10';
our $VERSION = '0.11';

sub postalcode {
return sub {
Expand Down Expand Up @@ -60,7 +60,7 @@ Data::FormValidator::Constraints::Business::DK::Postalcode - constraint for Dani
=head1 VERSION
The documentation describes version 0.10 of Data::FormValidator::Constraints::Business::DK::Postalcode
The documentation describes version 0.11 of Data::FormValidator::Constraints::Business::DK::Postalcode
=head1 SYNOPSIS
Expand Down

0 comments on commit 130dd7b

Please sign in to comment.