Index: trunk/MANIFEST
===================================================================
--- trunk/MANIFEST	(revision 16)
+++ trunk/MANIFEST	(revision 17)
@@ -6,4 +6,3 @@
 lib/Text/FormBuilder.pm
 lib/Text/FormBuilder/Parser.pm
-bin/fb.pl
 META.yml                                 Module meta-data (added by MakeMaker)
Index: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL	(revision 16)
+++ trunk/Makefile.PL	(revision 17)
@@ -6,10 +6,10 @@
     NAME              => 'Text::FormBuilder',
     VERSION_FROM      => 'lib/Text/FormBuilder.pm', # finds $VERSION
-    EXE_FILES         => [ 'bin/fb.pl' ],
+##     EXE_FILES         => [ 'bin/fb.pl' ],
     PREREQ_PM         => { 
-                            CGI::FormBuilder => 2.12,
+                            CGI::FormBuilder => 2.13,
                          }, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'lib/Text/FormBuilder.pm', # retrieve abstract from module
-       AUTHOR         => 'Peter Eichman <peichman@wam.umd.edu>') : ()),
+       AUTHOR         => 'Peter Eichman <peichman@cpan.org>') : ()),
 );
Index: trunk/README
===================================================================
--- trunk/README	(revision 16)
+++ trunk/README	(revision 17)
@@ -1,15 +1,4 @@
-Text-FormBuilder version 0.01
+Text-FormBuilder version 0.04
 =============================
-
-The README is used to introduce the module and provide instructions on
-how to install the module, any machine dependencies it may have (for
-example C compilers and installed libraries) and any other information
-that should be provided before the module is installed.
-
-A README file is required for CPAN modules since CPAN extracts the
-README file from a module distribution so that people browsing the
-archive can use it get an idea of the modules uses. It is usually a
-good idea to provide version information here so that people can
-decide whether fixes for the module are worth downloading.
 
 INSTALLATION
@@ -26,15 +15,11 @@
 This module requires these other modules and libraries:
 
-  blah blah blah
+  CGI::FormBuilder 2.13
 
 COPYRIGHT AND LICENCE
 
-Put the correct copyright and licence information here.
+Copyright (C) 2004 by Peter Eichman
 
-Copyright (C) 2004 by A. U. Thor
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself, either Perl version 5.8.4 or,
-at your option, any later version of Perl 5 you may have available.
-
-
