diff options
author | ivan <ivan> | 2004-09-28 01:21:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-09-28 01:21:08 +0000 |
commit | c2fa076a4e7ba0dcad67d8781921fc49ba46eda4 (patch) | |
tree | 042cb2a4456739fca14778dbfbcf13675a751d31 /Makefile.PL |
Import of DBIx::Profile 1.0DBIx_Profile_1_0
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..39c2708 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,5 @@ +use ExtUtils::MakeMaker; +WriteMakefile( + 'NAME' => 'DBIx::Profile', + 'VERSION_FROM' => 'Profile.pm', # finds $VERSION +); |