[Lunar-commits] r18671 - moonbase/trunk/perl/YAML

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 15:20:19 UTC 2006


Author: stumbles
Date: 2006-02-10 15:20:17 +0000 (Fri, 10 Feb 2006)
New Revision: 18671

Modified:
   moonbase/trunk/perl/YAML/DETAILS
Log:
Add obligatory '1;' to end of each module.

Load YAML::Node because Module::Build expects it to be loaded.
  We can undo this when Module::Build starts loading it for itself.

Remove dependency on Class::Spiffy (and/or Spiffy).
Major refactoring of YAML.pm


and many others.



Modified: moonbase/trunk/perl/YAML/DETAILS
===================================================================
--- moonbase/trunk/perl/YAML/DETAILS	2006-02-10 15:16:08 UTC (rev 18670)
+++ moonbase/trunk/perl/YAML/DETAILS	2006-02-10 15:20:17 UTC (rev 18671)
@@ -1,18 +1,20 @@
           MODULE=YAML
-         VERSION=0.39
-          SOURCE=YAML-$VERSION.tar.gz
-      SOURCE_URL=ftp://ftp.cpan.org/pub/CPAN/modules/by-authors/id/I/IN/INGY
-      SOURCE_VFY=sha1:096aca1bf3ebb27358cbb0bb2c78f1c9154864f1
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/YAML-$VERSION
+         VERSION=0.57
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/I/IN/INGY/
+      SOURCE_VFY=sha1:8a68ab575e73d76f9d23b7a0b1b115fa1219cea6
         WEB_SITE=http://search.cpan.org/search?dist=YAML
          ENTERED=20050801
-         UPDATED=20050801
-	   SHORT="YAML - YAML Ain't Markup Language (tm)"
+         UPDATED=20060210
+           SHORT="YAML - YAML Ain't Markup Language (tm)"
 cat << EOF
-The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/>
+The YAML.pm module implements a YAML Loader and Dumper based on the YAML 1.0
+specification. <http://www.yaml.org/spec/>
 
-YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of
-most modern programming languages. (Including Perl!!!)
+YAML is a generic data serialization language that is optimized for human
+readability. It can be used to express the data structures of most modern
+programming languages. (Including Perl!!!)
 
 For information on the YAML syntax, please refer to the YAML specification.
 EOF



More information about the Lunar-commits mailing list