Author: jhoblitt
Date: Sun Jan 8 17:04:07 2006
New Revision: 11007
Added:
trunk/META.yml (contents, props changed)
Modified:
trunk/MANIFEST
trunk/NEWS
trunk/RELEASE_INSTRUCTIONS
Log:
add experimental META.yml
Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST (original)
+++ trunk/MANIFEST Sun Jan 8 17:04:07 2006
@@ -13,6 +13,7 @@ LICENSES/gpl.txt
MANIFEST []
MANIFEST.SKIP []
MANIFEST.generated []
+META.yml []
NEWS [devel]doc
PBC_COMPAT [devel]doc
PLATFORMS [devel]doc
Added: trunk/META.yml
==============================================================================
--- (empty file)
+++ trunk/META.yml Sun Jan 8 17:04:07 2006
@@ -0,0 +1,20 @@
+---
+name: parrot
+version: 0.4.1
+author: ~
+abstract: ~
+license: perl
+no_index:
+ directory:
+ - config
+ - languages
+ - lib/Class
+ - lib/Digest
+ - lib/File
+ - lib/Parse
+ - lib/Pod
+ - lib/Test
+ - lib/Text
+ - t
+ - tools
+generated_by: Hummans
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Jan 8 17:04:07 2006
@@ -1,5 +1,9 @@
# $Id$
+New in 0.x.x
+
+- META.yml support proper indexing on CPAN
+
New in 0.4.1
- Installation: 'make install' is using standard locations now
Modified: trunk/RELEASE_INSTRUCTIONS
==============================================================================
--- trunk/RELEASE_INSTRUCTIONS (original)
+++ trunk/RELEASE_INSTRUCTIONS Sun Jan 8 17:04:07 2006
@@ -15,6 +15,7 @@ To prepare a release:
- parrot.spec,
- compilers/imcc/main.c
- MANIFEST.generated
+ - META.yml
b. Change the information in DEVELOPING to reflect
this release's version number and date.