Subject: CVS commit: pkgsrc/devel/p5-Perl6-Export
To: None <pkgsrc-changes@NetBSD.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 06/07/2006 11:56:15
Module Name:	pkgsrc
Committed By:	abs
Date:		Wed Jun  7 11:56:15 UTC 2006
Update of /cvsroot/pkgsrc/devel/p5-Perl6-Export
In directory ivanova.netbsd.org:/tmp/cvs-serv3211
Log Message:
Added devel/p5-Perl6-Export-0.07
This module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.
Instead of messing around with @EXPORT arrays, you just declare which subs
are to be exported (or are exportable on request) as part of those subs.
For example:
	sub foo is exported {		# by default
		...
	}
	sub bar is exportable {		# on request
		...
	}
Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/p5-Perl6-Export/Makefile
N pkgsrc/devel/p5-Perl6-Export/DESCR
N pkgsrc/devel/p5-Perl6-Export/distinfo
N pkgsrc/devel/p5-Perl6-Export/PLIST
No conflicts created by this import