Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test::Spec 0.54 #45

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Minor files update.
  • Loading branch information
akzhan committed Apr 16, 2017
commit 6d605adf6ae3af120426c5757924bc4c09da68c3
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ Makefile.PL
MANIFEST
README.md
t/another_shared_examples_spec.pl
t/around.t
t/auto_inherit.t
t/data_sharing.t
t/define.t
t/disabled.t
t/disabled_spec.pl
t/dying_spec.pl
t/empty.t
t/example_in_handler.t
t/helper_test.pl
t/import_strict.t
t/import_warnings.t
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
MANIFEST.SKIP
Test-Spec-.*.tar.gz
RELEASE_CHECKLIST
.vstags
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ Dependencies
This module requires these other modules and libraries:

* constant
* Devel::GlobalPhase (for tests)
* List::Util
* Package::Stash (>= 0.23)
* Scalar::Util (XS version)
* TAP::Parser
* TAP::Parser (for tests)
* Test::Deep (>= 0.103)
* Test::More
* Test::More (>= 0.88)
* Test::Trap
* Tie::IxHash

Expand Down