Skip to content

Commit

Permalink
prereqs, manifest, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Duggan committed Apr 26, 2013
1 parent 4ee0bba commit 1ecd890
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Build
*.swp
*.bak
*.pid
log/
blib
_build
MYMETA.*

2 changes: 2 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ my $builder = Module::Build->new(
'Test::More' => 0,
},
requires => {
'Mojolicious::Plugin::YamlConfig' => 0,
'Mojolicious' => 0,
#'ABC' => 1.6,
#'Foo::Bar::Module' => 5.0401,
},
Expand Down
14 changes: 2 additions & 12 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@ Build.PL
db/patches/0010_start.sql
lib/Tuba.pm
MANIFEST This list of files
scr/Tuba/Changes
scr/Tuba/ignore.txt
scr/Tuba/lib/Tuba.pm
scr/Tuba/MANIFEST
scr/Tuba/README
scr/Tuba/t/00-load.t
scr/Tuba/t/boilerplate.t
scr/Tuba/t/manifest.t
scr/Tuba/t/pod-coverage.t
scr/Tuba/t/pod.t
script/tuba
start_httpd
stop_httpd
script/start_httpd
script/stop_httpd
t/basic.t
templates/exception.development.html.ep
templates/index.html.ep
Expand Down

0 comments on commit 1ecd890

Please sign in to comment.