Skip to content

Commit

Permalink
Replaced MAKEFILE.PL with Build.PL.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 3, 2005
1 parent 19146fc commit 67262c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 11 additions & 0 deletions Build.PL
@@ -0,0 +1,11 @@
use Module::Build;

my $build = Module::Build->new(
module_name => 'Transform',
license => 'perl',
dist_author => 'Dave Cross <dave@dave.org.uk>',
script_files => ['bin/transform'],
create_makefile => 'traditional',
);

$build->create_build_script;
2 changes: 2 additions & 0 deletions MANIFEST
@@ -1,6 +1,8 @@
Changes
Build.PL
Makefile.PL
MANIFEST
README
t/Transform.t
lib/Transform.pm
bin/transform
12 changes: 0 additions & 12 deletions Makefile.PL

This file was deleted.

0 comments on commit 67262c6

Please sign in to comment.