[csw-devel] SF.net SVN: gar:[8190] csw/mgar/pkg/cpan
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Tue Jan 26 18:50:00 CET 2010
Revision: 8190
http://gar.svn.sourceforge.net/gar/?rev=8190&view=rev
Author: bensons
Date: 2010-01-26 17:50:00 +0000 (Tue, 26 Jan 2010)
Log Message:
-----------
cpan UNIVERSAL-can: initial GARify
Added Paths:
-----------
csw/mgar/pkg/cpan/UNIVERSAL-can/
csw/mgar/pkg/cpan/UNIVERSAL-can/branches/
csw/mgar/pkg/cpan/UNIVERSAL-can/tags/
csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/
csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/Makefile
csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/checksums
csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/files/
Property changes on: csw/mgar/pkg/cpan/UNIVERSAL-can/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/UNIVERSAL-can/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/Makefile 2010-01-26 17:50:00 UTC (rev 8190)
@@ -0,0 +1,27 @@
+GARNAME = UNIVERSAL-can
+GARVERSION = 1.16
+CATEGORIES = cpan
+AUTHOR = CHROMATIC
+
+DESCRIPTION = Hack around people calling UNIVERSAL::can() as a function
+define BLURB
+ The UNIVERSAL class provides a few default methods so that all objects
+ can use them. Object orientation allows programmers to override these
+ methods in subclasses to provide more specific and appropriate behavior.
+ Some authors call methods in the UNIVERSAL class on potential invocants
+ as functions, bypassing any possible overriding. This is wrong and you
+ should not do it. Unfortunately, not everyone heeds this warning and
+ their bad code can break your good code.
+endef
+
+PACKAGES = CSWpmuniversalcan
+CATALOGNAME = pm_universalcan
+
+REQUIRED_PKGS = CSWpmmodulebuild
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL
+BUILD_SCRIPTS = $(WORKSRC)/Build
+TEST_SCRIPTS = $(WORKSRC)/Build
+INSTALL_SCRIPTS = $(WORKSRC)/Build
+
+include gar/category.mk
Added: csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/UNIVERSAL-can/trunk/checksums 2010-01-26 17:50:00 UTC (rev 8190)
@@ -0,0 +1 @@
+8c0ea4949453a710b4d71477c5b9fcb8 UNIVERSAL-can-1.16.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