From dc7bb5693a27402bd32dbd077525727aafcbc98c Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 25 Sep 2000 12:44:09 +0000 Subject: s/DBIx::Database/DBIx::DataSource/ --- Makefile.PL | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..6bbb492 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,10 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'DBIx::DataSource', + 'VERSION_FROM' => 'DataSource.pm', # finds $VERSION + 'PREREQ_PM' => { + 'DBI' => 0, + }, +); -- cgit v1.2.1