Skip to content

Commit

Permalink
reformat makefile (to instigate graph
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed May 27, 2009
1 parent f6a331b commit 4e277e0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Makefile.PL
Expand Up @@ -3,17 +3,17 @@ use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'Querylet',
AUTHOR => 'Ricardo SIGNES <rjbs@cpan.org>',
VERSION_FROM => 'lib/Querylet.pm',
ABSTRACT_FROM => 'lib/Querylet.pm',
LICENSE => 'perl',
PL_FILES => {},
PREREQ_PM => {
'DBI' => 1,
'Filter::Simple' => 0,
'Test::More' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Querylet-* wafers.csv t/wafers.db' },
NAME => 'Querylet',
AUTHOR => 'Ricardo SIGNES <rjbs@cpan.org>',
VERSION_FROM => 'lib/Querylet.pm',
ABSTRACT_FROM => 'lib/Querylet.pm',
LICENSE => 'perl',
PL_FILES => {},
PREREQ_PM => {
'DBI' => 1,
'Filter::Simple' => 0,
'Test::More' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Querylet-* wafers.csv t/wafers.db' },
);

0 comments on commit 4e277e0

Please sign in to comment.