Skip to content

Commit

Permalink
updated MANIFEST as a missing test file was causing 1-off Testers errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Bertrand committed Feb 3, 2017
1 parent 213de55 commit fb5e226
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Devel::Examine::Subs Revision history for Devel::Examine::Subs


1.69 2017-02-03
- no operational/functional changes
- forgot to add the t/57-heredoc-bug.t test file to MANIFEST, and this
caused off-by-one test failures on Testers

1.68 2017-02-01 1.68 2017-02-01
- merge pull request #13, changes PPIs "content" with "serialize", as - merge pull request #13, changes PPIs "content" with "serialize", as
the former can mangle heredocs (thanks Varadinksy) the former can mangle heredocs (thanks Varadinksy)
Expand Down
4 changes: 4 additions & 0 deletions MANIFEST
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
Changes Changes
examples/cache_benchmark.pl examples/cache_benchmark.pl
examples/core_dump.pl
examples/v1_67_coredump.output
examples/write_new_engine.pl examples/write_new_engine.pl
lib/Devel/Examine/Subs.pm lib/Devel/Examine/Subs.pm
lib/Devel/Examine/Subs/Engine.pm lib/Devel/Examine/Subs/Engine.pm
Expand Down Expand Up @@ -69,6 +71,7 @@ t/53-add_func_bad_code.t
t/54-add_func_sub_exists.t t/54-add_func_sub_exists.t
t/55-dir.t t/55-dir.t
t/56-post_proc_dump_multi.t t/56-post_proc_dump_multi.t
t/57-heredoc-bug.t
t/__clean.t t/__clean.t
t/manifest.t t/manifest.t
t/orig/inject.data t/orig/inject.data
Expand All @@ -83,6 +86,7 @@ t/test/files/module.pm
t/test/files/no_subs.pm t/test/files/no_subs.pm
t/test/files/other.pm t/test/files/other.pm
t/test/files/sample.pm t/test/files/sample.pm
t/test/heredoc.pm
t/test/inject_after/inject_after.pm t/test/inject_after/inject_after.pm
t/test/no_subs.pm t/test/no_subs.pm
t/test/other.pm t/test/other.pm
Expand Down

0 comments on commit fb5e226

Please sign in to comment.