Skip to content

Commit

Permalink
Merge pull request lestrrat-p5#2 from lestrrat/topic/issue1
Browse files Browse the repository at this point in the history
Topic/issue1
  • Loading branch information
lestrrat committed Apr 18, 2014
2 parents 89bb72e + 6f84da7 commit ba1fd33
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: perl
perl:
- 5.18
- 5.16
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Changes
=======

{{$NEXT}}
- Fix issue #1, and add Test::Fatal

0.00007 2014-03-25T12:41:24Z
- Fix rt#94173 by freeing the handler at finish time
Expand Down
10 changes: 8 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Daisuke Maki C<< <[email protected]> >>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v0.12.0, CPAN::Meta::Converter version 2.120921",
"generated_by" : "Minilla/v0.14.1, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -42,7 +42,8 @@
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion" : "0.10108",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
Expand All @@ -52,6 +53,11 @@
"XML::LibXML" : "1.66",
"XML::SAX" : "0"
}
},
"test" : {
"requires" : {
"Test::Fatal" : "0"
}
}
},
"release_status" : "unstable",
Expand Down
4 changes: 4 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ on build => sub {
requires 'ExtUtils::MakeMaker', '6.36';
requires 'Test::More';
};

on test => sub {
requires 'Test::Fatal';
};

0 comments on commit ba1fd33

Please sign in to comment.