Author: particle
Date: Thu Feb 21 15:47:04 2008
New Revision: 25958

Modified:
   trunk/MANIFEST

Log:
manifesto

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Thu Feb 21 15:47:04 2008
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools\dev\mk_manifest_and_skip.pl Thu Feb 21 19:22:54 2008 UT
+# generated by C:\usr\local\parrot\clean\tools\dev\mk_manifest_and_skip.pl Thu 
Feb 21 23:46:17 2008 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -2629,6 +2629,9 @@
 runtime/parrot/library/Test/Builder/TestPlan.pir            [library]
 runtime/parrot/library/Test/Builder/Tester.pir              [library]
 runtime/parrot/library/Test/More.pir                        [library]
+runtime/parrot/library/YAML/Dumper.pir                      [library]
+runtime/parrot/library/YAML/Dumper/Base.pir                 [library]
+runtime/parrot/library/YAML/Dumper/Default.pir              [library]
 runtime/parrot/library/YAML/Parser/Syck.pir                 [library]
 runtime/parrot/library/config.pir                           [library]
 runtime/parrot/library/dumper.pir                           [library]
@@ -2644,6 +2647,7 @@
 runtime/parrot/library/postgres.pir                         [library]
 runtime/parrot/library/random_lib.pir                       [library]
 runtime/parrot/library/tcpstream.pir                        [library]
+runtime/parrot/library/yaml_dumper.pir                      [library]
 src/atomic/gcc_x86.c                                        []
 src/atomic/sparc_v9.s                                       []
 src/bignum.c                                                []
@@ -3129,6 +3133,7 @@
 t/library/string_utils.t                                    []
 t/library/test_builder_tester.t                             []
 t/library/test_more.t                                       []
+t/library/yaml_dumper.t                                     []
 t/library/yaml_parser_syck.t                                []
 t/manifest/01-basic.t                                       []
 t/manifest/02-regenerate_file.t                             []

Reply via email to