Skip to content

Commit

Permalink
Updated MANIFEST and Makefile.PL
Browse files Browse the repository at this point in the history
git-svn-id: svn://badgerpower.com/Badger/trunk/badger@315 f7e19ab9-6750-0410-bcef-57680045ec6a
  • Loading branch information
abw committed Sep 6, 2008
1 parent 7ab1e60 commit 3c2fb7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ lib/Badger/Test/Manager.pm
lib/Badger/Utils.pm
Makefile.PL
MANIFEST This list of files
pod/Badger/Changes.pm
pod/Badger/FAQ.pm
README
t/codec/base64.t
t/codec/codec.t
Expand All @@ -57,6 +59,9 @@ t/core/lib/Class/Top.pm
t/core/lib/My/BadModule.pm
t/core/lib/My/Class.pm
t/core/lib/My/Constants.pm
t/core/lib/My/Debugger1.pm
t/core/lib/My/Debugger2.pm
t/core/lib/My/Debugger3.pm
t/core/lib/My/Exporter/Base1.pm
t/core/lib/My/Exporter/Base2.pm
t/core/lib/My/Exporter/Explicit.pm
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ my %opts = (
'SUFFIX' => 'gz',
},
'test' => {
TESTS => 't/*.t t/*/*.t',
'TESTS' => join(' ', glob 't/*/*.t'),
},
);

Expand Down

0 comments on commit 3c2fb7e

Please sign in to comment.