Skip to content

Commit

Permalink
new release without build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Jan 6, 2014
1 parent 0f95322 commit 3b8ad07
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ perl:
- "5.12"
- "5.10"

# I don't know why travis builds fail at Pod/Simple/BlackBox.pm line 380
matrix:
allow_failures:
perl:
- "5.19"
- "5.18"

before_install:
- git config --global user.name "TravisCI"
- git config user.email 'travis@nowhere.dne'
Expand Down
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Revision history for Perl module App::PAIA

0.25 2014-01-06
- fix test failure with Pod::Simple 3.28 on Perl >= 5.18

0.24 2013-12-18
- ignore existing session on login/logout

0.23 2013-11-22
- print items in JSON

0.22 2013-11-20
- improved unit tests
- show document errors
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = App-PAIA
license = Perl_5
version = 0.24
version = 0.25
copyright_year = 2013
author = Jakob Voß
copyright_holder = Jakob Voß
Expand Down

0 comments on commit 3b8ad07

Please sign in to comment.