Skip to content

Commit

Permalink
fix tests and MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jun 26, 2011
1 parent 8cbab2d commit 8702b59
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 15 additions & 1 deletion MANIFEST
@@ -1,5 +1,10 @@
.gitignore
bin/carton
Changes
doc/carton-faq.pod
doc/carton-install.pod
doc/carton-list.pod
doc/carton.pod
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
Expand All @@ -8,12 +13,21 @@ inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/Repository.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/App/carton.pm
lib/Carton.pm
lib/Carton/CLI.pm
lib/Carton/Doc/Carton.pod
lib/Carton/Doc/FAQ.pod
lib/Carton/Doc/Install.pod
lib/Carton/Doc/List.pod
lib/Carton/Tree.pm
lib/Carton/Util.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
t/00_compile.t
TODO
xt/pod.t
3 changes: 3 additions & 0 deletions MANIFEST.SKIP
Expand Up @@ -13,3 +13,6 @@
\.cvsignore
\.shipit
MYMETA
local/
\.carton
carton.lock
2 changes: 1 addition & 1 deletion t/00_compile.t
@@ -1,4 +1,4 @@
use strict;
use Test::More tests => 1;

BEGIN { use_ok 'App::carton' }
BEGIN { use_ok 'Carton' }

0 comments on commit 8702b59

Please sign in to comment.