Skip to content

Commit

Permalink
Put all the dumper and List::Util tests into their own directories
Browse files Browse the repository at this point in the history
to unclutter t/
  • Loading branch information
schwern committed Jun 2, 2009
1 parent 0b8a354 commit 9bfd71c
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Build.PL
Expand Up @@ -43,6 +43,8 @@ my $builder = Module::Build->new(
'http://github.com/schwern/perl5i/issues',
},
},

recursive_test_files => 1,
);

$builder->create_build_script();
23 changes: 12 additions & 11 deletions MANIFEST
Expand Up @@ -8,19 +8,20 @@ t/autobox.t
t/autodie.t
t/CLASS.t
t/datetime.t
t/dump/array.t
t/dump/hash.t
t/dump/scalar.t
t/File-stat.t
t/lexical.t
t/List-Util/first.t
t/List-Util/max.t
t/List-Util/maxstr.t
t/List-Util/min.t
t/List-Util/minstr.t
t/List-Util/reduce.t
t/List-Util/shuffle.t
t/List-Util/sum.t
t/modern_perl.t
t/Module-Load.t
t/autobox_scalar_dump.t
t/autobox_array_dump.t
t/autobox_hash_dump.t
t/time_compat.t
t/y2038.t
t/first.t
t/max.t
t/maxstr.t
t/min.t
t/minstr.t
t/reduce.t
t/shuffle.t
t/sum.t
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9bfd71c

Please sign in to comment.