/[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 16 by dpavlin, Sun Sep 5 16:55:02 2004 UTC revision 33 by dpavlin, Mon Nov 15 20:55:10 2004 UTC
# Line 10  WriteMakefile( Line 10  WriteMakefile(
10          'Fuse' => 0,          'Fuse' => 0,
11          'DBI' => 0,          'DBI' => 0,
12          'Carp' => 0,          'Carp' => 0,
13            'File::Find' => 0,
14      }, # e.g., Module::Name => 1.1      }, # e.g., Module::Name => 1.1
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
# Line 27  mount: Line 28  mount:
28          sudo umount /tmp/db          sudo umount /tmp/db
29    
30  html: DBI.pm  html: DBI.pm
31          pod2html DBI.pm > DBI.html && rm pod2htm?.tmp          pod2html DBI.pm > DBI.html
32            pod2html examples/webgui.pl > WebGUI.html
33            rm pod2htm?.tmp
34    
35  MAKE_MORE  MAKE_MORE
36  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26