README fixes caught in debian packaging by "Karl M. Hegbloom"
authorivan <ivan>
Sun, 13 May 2001 00:18:06 +0000 (00:18 +0000)
committerivan <ivan>
Sun, 13 May 2001 00:18:06 +0000 (00:18 +0000)
<karlheg<at>hegbloom.net>, thanks!

README

diff --git a/README b/README
index 5fb0d66..58090a6 100644 (file)
--- a/README
+++ b/README
@@ -9,8 +9,8 @@ the same terms as Perl itself.
 This module implements an OO-interface to database schemas.  Using this module,
 you can create a database schema with an OO Perl interface.  You can read the
 schema from an existing database.  You can save the schema to disk and restore
-it a different process.  Most importantly, DBIx::DBSchema can write SQL
-CREATE statements statements for different databases from a single source.
+it from different process.  Most importantly, DBIx::DBSchema can write SQL
+CREATE statements for different databases from a single source.
 
 Currently supported databases are MySQL and PostgreSQL.  DBIx::DBSchema will
 attempt to use generic SQL syntax for other databases.  Assistance adding
@@ -38,4 +38,4 @@ A mailing list is available.  Send a blank message to
 
 Homepage: <http://www.420.am/dbix-dbschema>
 
-$Id: README,v 1.3 2000-09-27 12:40:35 ivan Exp $
+$Id: README,v 1.4 2001-05-13 00:18:06 ivan Exp $