[csw-devel] SF.net SVN: gar:[8189] csw/mgar/pkg/cpan
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Tue Jan 26 18:43:30 CET 2010
Revision: 8189
http://gar.svn.sourceforge.net/gar/?rev=8189&view=rev
Author: bensons
Date: 2010-01-26 17:43:30 +0000 (Tue, 26 Jan 2010)
Log Message:
-----------
cpan UNIVERSAL-isa: initial GARify
Added Paths:
-----------
csw/mgar/pkg/cpan/UNIVERSAL-isa/
csw/mgar/pkg/cpan/UNIVERSAL-isa/branches/
csw/mgar/pkg/cpan/UNIVERSAL-isa/tags/
csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/
csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/Makefile
csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/checksums
csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/files/
Property changes on: csw/mgar/pkg/cpan/UNIVERSAL-isa/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-isa/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/Makefile 2010-01-26 17:43:30 UTC (rev 8189)
@@ -0,0 +1,28 @@
+GARNAME = UNIVERSAL-isa
+GARVERSION = 1.03
+CATEGORIES = cpan
+AUTHOR = CHROMATIC
+
+DESCRIPTION = Attempt to recover from people calling UNIVERSAL::isa as a function
+define BLURB
+ Whenever you use "isa" in UNIVERSAL as a function, a kitten using
+ Test::MockObject dies. Normally, the kittens would be helpless, but
+ if they use UNIVERSAL::isa (the module whose docs you are reading),
+ the kittens can live long and prosper.
+ This module replaces UNIVERSAL::isa with a version that makes sure that,
+ when called as a function on objects which override isa, isa will
+ call the appropriate method on those objects
+ In all other cases, the real UNIVERSAL::isa gets called directly.
+endef
+
+PACKAGES = CSWpmuniversalisa
+CATALOGNAME = pm_universalisa
+
+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-isa/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/UNIVERSAL-isa/trunk/checksums 2010-01-26 17:43:30 UTC (rev 8189)
@@ -0,0 +1 @@
+0643f2e04cd0b5739fc0908af291c609 UNIVERSAL-isa-1.03.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