Skip to content

Commit

Permalink
Release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 11, 2019
1 parent 22fd9fd commit 0e83091
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ sudo: false
before_install:
# - sudo apt-get update -q
# - sudo apt-get install sqlite3 libdbi-perl libdbd-sqlite3-perl
- cpanm -n Devel::Cover::Report::Coveralls Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Taint JSON::XS
- cpanm -nqi Devel::Cover::Report::Coveralls Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Taint JSON::XS

install:
- cpanm -v --installdeps --notest .
- cpanm -nq --installdeps .

script:
perl Makefile.PL && make && cover -test -report coveralls
Expand All @@ -39,7 +39,7 @@ jobs:
- cinst -y strawberryperl
- export "PATH=/c/Strawberry/perl/site/bin:/c/Strawberry/perl/bin:/c/Strawberry/c/bin:$PATH"
install:
- cpanm --notest --installdeps .
- cpanm -nq --installdeps .
script:
- perl Makefile.PL
- gmake
Expand Down
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for CGI-Untaint-CountyStateProvince-GB

0.12
0.12 Tue Dec 10 21:16:53 EST 2019
Don't allow 'west berkshire'
Added some Gloucestershire abbreviations
Added extra Lancashire abbreviation
Expand Down
5 changes: 1 addition & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CGI::Untaint::CountyStateProvince::GB Version 0.11
CGI::Untaint::CountyStateProvince::GB Version 0.12

INSTALLATION

Expand All @@ -21,9 +21,6 @@ You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=CGI-Untaint-CountyStateProvince-GB

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/CGI-Untaint-CountyStateProvince-GB

CPAN Ratings
http://cpanratings.perl.org/d/CGI-Untaint-CountyStateProvince-GB

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CGI::Untaint::CountyStateProvince::GB - Add British counties to CGI::Untaint::Co

# VERSION

Version 0.11
Version 0.12

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/CGI/Untaint/CountyStateProvince/GB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ CGI::Untaint::CountyStateProvince::GB - Add British counties to CGI::Untaint::Co
=head1 VERSION
Version 0.11
Version 0.12
=cut

our $VERSION = '0.11';
our $VERSION = '0.12';

our %counties = (
'aberdeenshire' => 1,
Expand Down

0 comments on commit 0e83091

Please sign in to comment.