Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add stuff to make it easier to live on CPAN
  • Loading branch information
perigrin committed Sep 20, 2009
1 parent 2e47124 commit 7c2d0a9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions MANIFEST.SKIP
@@ -0,0 +1,14 @@
MANIFEST.SKIP
^\.gitignore$
^\.git/
/\.svn/
^\.svn/
~$
\.sw.$
\.bak$
\bblib\b
\bpm_to_blib\b
^Makefile$
^Makefile\.old$
^control/
^Module-Install-AutoManifest-\d
14 changes: 14 additions & 0 deletions Makefile.PL
@@ -0,0 +1,14 @@
use inc::Module::Install;
use 5.10.0;

all_from 'lib/Blawd.pm';

requires 'Memoize';
requires 'Moose';
requires 'MooseX::Types::Path::Class';
requires 'Template';
requires 'namespace::autoclean';

auto_manifest;
auto_repository;
WriteAll;
2 changes: 1 addition & 1 deletion lib/Blawd.pm
Expand Up @@ -64,7 +64,7 @@ This documentation refers to version 0.01.
use Blawd;
Blawd->new(directory => '/path/to/git', output => '/path/to/htdocs' );
=head1 DESCRIPTION
=head1 SUBROUTINES / METHODS
Expand Down

0 comments on commit 7c2d0a9

Please sign in to comment.