aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Starter
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - update to 1.42Cheng-Lung Sung2005-11-212-4/+5
| | | | | | | | | | - add SHA256 checksum PR: 89342 Submitted by: aaron Notes: svn path=/head/; revision=148912
* - update to 1.40Cheng-Lung Sung2005-07-072-3/+3
| | | | | | | | | | * document --dir option to module-starter * proper escaping of $] and $^X * never use \ for path delimiters in {Makefile,Build}.PL * don't always completely ignore --license Notes: svn path=/head/; revision=138641
* - update to 1.38Cheng-Lung Sung2005-04-042-3/+3
| | | | | | | | - from Changes: * don't allow invalid module names Notes: svn path=/head/; revision=132441
* - A simple starter kit for any Perl moduleCheng-Lung Sung2005-03-154-0/+54
make you easy to write your own module. Notes: svn path=/head/; revision=131320