Skip to content

Commit

Permalink
UPDATE THE MANIFEST!
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Aug 12, 2013
1 parent b3100d7 commit eb99b27
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -5,7 +5,7 @@ use Module::Build;
use 5.006;

# git ls-files lib | xargs perl-reversion -bump
# perl Build.PL && ./Build dist
# perl Build.PL && ./Build manifest && ./Build test && ./Build dist

my $builder = Module::Build->new(
module_name => 'Test::Aggregate',
Expand Down
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Test-Aggregate

- Actually include previously added tests to the dist
(Where are you Dist::Zilla?)

0.366 2013-07-11
- Update metadata; Re-release to reindex with additional permissions

Expand Down
12 changes: 11 additions & 1 deletion MANIFEST
@@ -1,9 +1,15 @@
.mailmap
aggtests-extras/die.t
aggtests-extras/fake_read_failure.t
aggtests-extras/skip_to_end_undefined.t
aggtests-nested/data_handle.t
aggtests/check_plan.t
aggtests/done_testing.t
aggtests/findbin.t
aggtests/no_plan.t
aggtests/plan_skip_all.t
aggtests/skip_all.t
aggtests/skip_to_end.t
aggtests/slow_load.t
aggtests/subs.t
Build.PL
Expand All @@ -14,16 +20,20 @@ lib/Test/Aggregate/Builder.pm
lib/Test/Aggregate/Nested.pm
Makefile.PL
MANIFEST
META.json
META.yml # Will be created by "make dist"
README
t/00-load.t
t/aggregate.t
t/exception.t
t/lib/AggTestTester.pm
t/lib/Slow/Loading/Module.pm
t/nested.t
t/nested_skip_to_end.t
t/pre_post.t
t/pre_post_nested.t
t/read_failure.t
t/subs.t
t/verbose.t
xt/author/pod-coverage.t
xt/author/pod.t
META.json

0 comments on commit eb99b27

Please sign in to comment.