Wed Aug 13 19:45:09 2014 UTC ()
Update to 0.06:

0.06 2014-07-29
    - Improved the abstract - explicit mention that functions are supported
    - Improved the SYNOPSIS - split into separate code blocks
    - Improved the DESCRIPTION. Made clearer that as soon as you specify
      an import symbol, you have to also specify any you want from @EXPORT.
    - Removed the BUGS and CAVEATS section from the doc; it was just being
      self-deprecating about whether it deserved the "lite" moniker.


(wiz)
diff -r1.9 -r1.10 pkgsrc/devel/p5-Exporter-Lite/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-Exporter-Lite/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Exporter-Lite/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exporter-Lite/Makefile 2014/07/28 02:15:53 1.9
+++ pkgsrc/devel/p5-Exporter-Lite/Makefile 2014/08/13 19:45:09 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2014/07/28 02:15:53 wen Exp $ 1# $NetBSD: Makefile,v 1.10 2014/08/13 19:45:09 wiz Exp $
2 2
3DISTNAME= Exporter-Lite-0.05 3DISTNAME= Exporter-Lite-0.06
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Exporter-Lite/ 9HOMEPAGE= http://search.cpan.org/dist/Exporter-Lite/
10COMMENT= Perl 5 module providing lightweight exporting of variables 10COMMENT= Perl 5 module providing lightweight exporting of variables
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/Exporter/Lite/.packlist 14PERL5_PACKLIST= auto/Exporter/Lite/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Exporter-Lite/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exporter-Lite/distinfo 2014/07/28 02:15:53 1.2
+++ pkgsrc/devel/p5-Exporter-Lite/distinfo 2014/08/13 19:45:09 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/07/28 02:15:53 wen Exp $ 1$NetBSD: distinfo,v 1.3 2014/08/13 19:45:09 wiz Exp $
2 2
3SHA1 (Exporter-Lite-0.05.tar.gz) = ed6cce4a923bf361cb338adee762fc278d180318 3SHA1 (Exporter-Lite-0.06.tar.gz) = efe51fb58d58d351cb067a808560c58a5611dba0
4RMD160 (Exporter-Lite-0.05.tar.gz) = 5b4eee33bca0a40a1e534f5e49e669f3930c5cfb 4RMD160 (Exporter-Lite-0.06.tar.gz) = b3280b303e15e52806ccdb2d5705ae16c689340f
5Size (Exporter-Lite-0.05.tar.gz) = 6249 bytes 5Size (Exporter-Lite-0.06.tar.gz) = 6540 bytes