/[Search-Estraier]/cpan/0.08/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 /cpan/0.08/Makefile.PL

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

revision 54 by dpavlin, Fri Jan 6 18:35:53 2006 UTC revision 158 by dpavlin, Mon May 22 14:48:14 2006 UTC
# Line 12  WriteMakefile( Line 12  WriteMakefile(
12                  'Test::Simple' => 0,                  'Test::Simple' => 0,
13                  'Test::Exception' => 0,                  'Test::Exception' => 0,
14                  'URI' => 0,                  'URI' => 0,
15                  'IO::Socket::INET' => 0,                  'LWP::UserAgent' => 0,
16                  'MIME::Base64' => 0,                  'MIME::Base64' => 0,
17                  'URI::Escape' => 0,                  'URI::Escape' => 0,
18      }, # e.g., Module::Name => 1.1      }, # e.g., Module::Name => 1.1
# Line 34  html: $(TO_INST_PM) Line 34  html: $(TO_INST_PM)
34          test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html          test ! -z "`which svn2html.pl`" && svn update && svn2html.pl > $(HTML_DIR)/Changes.html
35    
36  changelog:  changelog:
37          svn update && svn -v log > Changes          svk log -v > Changes
38    
39  tags:  tags:
40          ctags *.p?          ctags *.p?
41    
42    cpan:
43            make clean
44            perl Makefile.PL
45            make changelog
46            make dist
47            make disttest
48            sudo /etc/init.d/hyperestraier stop
49            make disttest
50            sudo /etc/init.d/hyperestraier start
51            echo cpan-upload Search-Estraier-*.tar.gz
52    
53  MAKE_MORE  MAKE_MORE
54  }  }

Legend:
Removed from v.54  
changed lines
  Added in v.158

  ViewVC Help
Powered by ViewVC 1.1.26