summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Starter/Makefile
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-07-18 12:48:31 +0000
committerrhaen <rhaen@pkgsrc.org>2008-07-18 12:48:31 +0000
commitfdc7c03981f3bbd3925924a26278624465f37fbb (patch)
tree910673bdc2c003c937f2ebc9203f391690fd0b32 /devel/p5-Module-Starter/Makefile
parent5c667c1837e050ee69983d3066f068aacffbee59 (diff)
downloadpkgsrc-fdc7c03981f3bbd3925924a26278624465f37fbb.tar.gz
- updated to 1.470
Changelog: 1.46 Fri Nov 9 18:36 America/New_York 2007 [ENHANCEMENTS * add Module::Install compat for ::Template plugin * boilerplate.t no longer appears in default MANIFEST * META.yml no longer appears in default MANIFEST [FIXES] * undo some bugs introduced by changing API of subclassable "guts" methods * remove some duplicated code 1.46 Wed Oct 31 08:49 America/New_York 2007 * put nearly all of the module-starter program into a module (to test) * add license to META.yml 1.44 Sun Oct 11 19:09 America/New_York 2007 * no changes since 1.43_03 1.43_03 [FIXES] * pod-coverage.t includes Pod::Coverage version check * Test::Pod and Test::Pod::Coverage are now requirements. Thanks, David Golden. 1.43_02 Wed Apr 25 09:37-Wed May 09 14:46 PDT 2007 <cjac@colliertech.org> [ENHANCEMENTS] * broke Module::Starter::Simple's README_guts and module_guts methods into smaller, override-able pieces * re-factored Module::Starter::Simple's build system; the build metadata now lives in Module::Starter::BuildSet. This allows us access to the metadata from the test suite. It also makes it a bit easier to add supported builders. * added a test Plugin module (based on Module::Starter::PBP) * wrote a test suite for running module-starter * wrote a test suite for Module::Starter::BuildSet * modified the critic Makefile target to name the policy which raised the violation * Split most long lines (>80 chars) on whitespace [FIXES] * Ensured that perlcritic succeeds without errors or warnings * Added perlcriticrc to the MANIFEST * corrected build -> builder in module-starter --help docs 1.43_01 Wed Mar 28 12:21:00 EDT 2007 [FIXES] * Now properly reports on all files in --verbose mode. [ENHANCEMENTS] * Add support for Module::Install
Diffstat (limited to 'devel/p5-Module-Starter/Makefile')
-rw-r--r--devel/p5-Module-Starter/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Module-Starter/Makefile b/devel/p5-Module-Starter/Makefile
index 18928d6d402..fdf4e8faf31 100644
--- a/devel/p5-Module-Starter/Makefile
+++ b/devel/p5-Module-Starter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:24 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/07/18 12:48:31 rhaen Exp $
#
-DISTNAME= Module-Starter-1.42
+DISTNAME= Module-Starter-1.470
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -12,7 +12,6 @@ COMMENT= Perl 5 module acting as a simple starter kit for any module
PKG_DESTDIR_SUPPORT= user-destdir
-USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Module/Starter/.packlist
.include "../../lang/perl5/module.mk"