[csw-devel] SF.net SVN: gar:[10294] csw/mgar/pkg/cpan

andrewrn at users.sourceforge.net andrewrn at users.sourceforge.net
Wed Jun 23 15:50:32 CEST 2010


Revision: 10294
          http://gar.svn.sourceforge.net/gar/?rev=10294&view=rev
Author:   andrewrn
Date:     2010-06-23 13:50:32 +0000 (Wed, 23 Jun 2010)

Log Message:
-----------
Perl6::Export: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/cpan/Perl6-Export/
    csw/mgar/pkg/cpan/Perl6-Export/branches/
    csw/mgar/pkg/cpan/Perl6-Export/tags/
    csw/mgar/pkg/cpan/Perl6-Export/trunk/
    csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile
    csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums
    csw/mgar/pkg/cpan/Perl6-Export/trunk/files/


Property changes on: csw/mgar/pkg/cpan/Perl6-Export/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Perl6-Export/trunk/Makefile	2010-06-23 13:50:32 UTC (rev 10294)
@@ -0,0 +1,27 @@
+GARNAME = Perl6-Export
+GARVERSION = 0.07
+CATEGORIES = cpan
+AUTHOR = DCONWAY
+
+DESCRIPTION = Perl6::Export - Implements the Perl 6 'is export(...)' trait
+define BLURB
+	Implements what I hope the Perl 6 symbol export mechanism might look like.
+
+	It's very straightforward:
+
+		* If you want a subroutine to be capable of being exported (when explicitly requested in the use arguments), you mark it with the is export trait.
+		* If you want a subroutine to be automatically exported when the module is used (without specific overriding arguments), you mark it with the is export(:DEFAULT) trait.
+		* If you want a subroutine to be automatically exported when the module is used (even if the user specifies overriding arguments), you mark it with the is export(:MANDATORY) trait.
+		* If the subroutine should also be exported when particular export groups are requested, you add the names of those export groups to the trait's argument list.
+
+	That's it.
+endef
+
+PACKAGES = CSWpmperl6export
+CATALOGNAME = pm_perl6export
+ARCHALL = 1
+LICENSE = README
+
+CHECKPKG_OVERRIDES = 
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Perl6-Export/trunk/checksums	2010-06-23 13:50:32 UTC (rev 10294)
@@ -0,0 +1 @@
+cd44b18fd589cee60aca6cfbe58f9c2e  Perl6-Export-0.07.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list