From e2d1ccb014c73ce71bbb867e4dd1cdb8c5896031 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 23 Nov 2004 11:16:32 +0000 Subject: [PATCH] produce Changes from svn log git-svn-id: svn://svn.rot13.org/fuse_dbi/trunk@43 17f4e80c-d0e0-0310-8903-bfc3ae804c12 --- Makefile.PL | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 5b9ae8f..618db21 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,22 +15,21 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'DBI.pm', # retrieve abstract from module AUTHOR => 'Dobrica Pavlinusic ') : ()), + depend => { + dist => 'changelog', + }, ); sub MY::postamble { return <<'MAKE_MORE'; -mount: - mkdir -f /tmp/db - sudo modprobe fuse - sudo umount /tmp/db || exit 0 - ./fuse_dbi.pl /tmp/db - sudo umount /tmp/db - html: DBI.pm pod2html DBI.pm > DBI.html pod2html examples/webgui.pl > WebGUI.html rm pod2htm?.tmp +changelog: + svn update && svn -v log > Changes + MAKE_MORE } -- 2.20.1