/[Search-Estraier]/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 104 by dpavlin, Sun Feb 19 13:50:36 2006 UTC revision 162 by dpavlin, Tue Jun 27 22:50:25 2006 UTC
# Line 39  changelog: Line 39  changelog:
39  tags:  tags:
40          ctags *.p?          ctags *.p?
41    
42    cpan:
43            make clean
44            rm -f Search-Estraier-*.tar.gz
45            perl Makefile.PL
46            make changelog
47            make dist
48            make disttest
49            sudo /etc/init.d/hyperestraier stop
50            make disttest
51            sudo /etc/init.d/hyperestraier start
52            @echo
53            @echo -n "Upload" Search-Estraier-*.tar.gz "to CPAN? [y/N]:"
54            @read upload && test "$$upload" == "y" && cpan-upload -verbose Search-Estraier-*.tar.gz
55    
56  MAKE_MORE  MAKE_MORE
57  }  }

Legend:
Removed from v.104  
changed lines
  Added in v.162

  ViewVC Help
Powered by ViewVC 1.1.26