summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2007-06-04 20:33:23 +0000
committerdakkar <dakkar@luxion>2007-06-04 20:33:23 +0000
commitab22d844899e7f287b927d64a04cbfd8baf62aa6 (patch)
treef8d4b2540cd82102bd70bab3edcee58fadbc7e65 /Makefile.PL
downloadURLQueue-ab22d844899e7f287b927d64a04cbfd8baf62aa6.tar.gz
URLQueue-ab22d844899e7f287b927d64a04cbfd8baf62aa6.tar.bz2
URLQueue-ab22d844899e7f287b927d64a04cbfd8baf62aa6.zip
import del programma
git-svn-id: svn://luxion/repos/URLQueue/trunk@244 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..dc0b7b9
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,15 @@
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+ NAME => 'URLQueue',
+ VERSION => '1.0',
+ AUTHOR => 'dakkar <dakkar@thenautilus.net>',
+ PREREQ_PM => {
+ 'Gtk2' => 0,
+ 'Gtk2::GladeXML::Simple' => 0,
+ 'Path::Class' => 0,
+ 'URI::Find' => 0,
+ 'URI::Title' => 0,
+ 'Email::Send' => 0,
+ },
+);