[Lunar-commits] r18657 - moonbase/trunk/perl/Spiffy
Dennis Veatch
stumbles at lunar-linux.org
Fri Feb 10 14:29:48 UTC 2006
Author: stumbles
Date: 2006-02-10 14:29:46 +0000 (Fri, 10 Feb 2006)
New Revision: 18657
Modified:
moonbase/trunk/perl/Spiffy/DETAILS
Log:
- Use faster runtime code in `field`.
- Squelch redefine warnings
- The check to make sure Spiffy is loaded before 'base' was flawed
- Make Spiffy modules play nice with autouse
and others
Modified: moonbase/trunk/perl/Spiffy/DETAILS
===================================================================
--- moonbase/trunk/perl/Spiffy/DETAILS 2006-02-10 14:20:56 UTC (rev 18656)
+++ moonbase/trunk/perl/Spiffy/DETAILS 2006-02-10 14:29:46 UTC (rev 18657)
@@ -1,17 +1,20 @@
MODULE=Spiffy
- VERSION=0.24
+ VERSION=0.30
SOURCE=Spiffy-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/id/I/IN/INGY
- SOURCE_VFY=sha1:4f0998c3047a46574515d34385791a799549dcab
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Spiffy-$VERSION
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/I/IN/INGY/
+ SOURCE_VFY=sha1:1d8fe20f2fcf1e8efc0a1259217a36f77527b9d6
WEB_SITE=http://search.cpan.org/search?dist=Spiffy
ENTERED=20050731
- UPDATED=20050731
- SHORT="Spiffy - Spiffy Perl Interface Framework For You"
+ UPDATED=20060210
+ SHORT="Spiffy - Spiffy Perl Interface Framework For You"
cat << EOF
-Spiffy is a framework and methodology for doing object oriented (OO) programming in Perl. Spiffy combines the best parts of
-Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional
-Perl OO, in a clean, straightforward and (perhaps someday) standard way.
+Spiffy is a framework and methodology for doing object oriented (OO)
+programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm,
+mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all
+the nits and warts of traditional Perl OO, in a clean, straightforward and
+(perhaps someday) standard way.
-Spiffy borrows ideas from other OO languages like Python, Ruby, Java and Perl 6. It also adds a few tricks of its own.
+Spiffy borrows ideas from other OO languages like Python, Ruby, Java and Perl
+6. It also adds a few tricks of its own.
EOF
More information about the Lunar-commits
mailing list