/[fuse_dbi]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33 by dpavlin, Mon Nov 15 20:55:10 2004 UTC revision 43 by dpavlin, Tue Nov 23 11:16:32 2004 UTC
# Line 15  WriteMakefile( Line 15  WriteMakefile(
15      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
16        (ABSTRACT_FROM  => 'DBI.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'DBI.pm', # retrieve abstract from module
17         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
18        depend => {
19            dist => 'changelog',
20        },
21  );  );
22    
23  sub MY::postamble {  sub MY::postamble {
24          return <<'MAKE_MORE';          return <<'MAKE_MORE';
25    
 mount:  
         mkdir -f /tmp/db  
         sudo modprobe fuse  
         sudo umount /tmp/db || exit 0  
         ./fuse_dbi.pl /tmp/db  
         sudo umount /tmp/db  
   
26  html: DBI.pm  html: DBI.pm
27          pod2html DBI.pm > DBI.html          pod2html DBI.pm > DBI.html
28          pod2html examples/webgui.pl > WebGUI.html          pod2html examples/webgui.pl > WebGUI.html
29          rm pod2htm?.tmp          rm pod2htm?.tmp
30    
31    changelog:
32            svn update && svn -v log > Changes
33    
34  MAKE_MORE  MAKE_MORE
35  }  }

Legend:
Removed from v.33  
changed lines
  Added in v.43

  ViewVC Help
Powered by ViewVC 1.1.26