Fix minor breakage (pretty_print) resulting from Jesse's changes.
authorivan <ivan>
Sun, 23 Sep 2007 23:25:35 +0000 (23:25 +0000)
committerivan <ivan>
Sun, 23 Sep 2007 23:25:35 +0000 (23:25 +0000)
Changes
DBSchema.pm
debian/changelog
debian/rules

diff --git a/Changes b/Changes
index c3b6c4c..4a18bd9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::DBSchema.
 
+0.35 unreleased
+        - Fix minor breakage (pretty_print) resulting from Jesse's changes.
+
 0.34 Sun Aug 19 10:08:51 PDT 2007
         - More work on update schema from Slaven Rezic <srezic@cpan.org>,
           thanks!
index fb88ee3..9e13188 100644 (file)
@@ -10,7 +10,7 @@ use DBIx::DBSchema::Column;
 use DBIx::DBSchema::ColGroup::Unique;
 use DBIx::DBSchema::ColGroup::Index;
 
-$VERSION = "0.34";
+$VERSION = "0.35_01";
 $VERSION = eval $VERSION; # modperlstyle: convert the string into a number
 
 $DEBUG = 0;
@@ -406,7 +406,7 @@ sub pretty_print {
                       ? "              'using'  => '". $index->using ."',\n"
                       : ''
                   ).
-                  "                   'unique'  => ". $index->_unique .",\n".
+                  "                   'unique'  => ". $index->unique .",\n".
                   "                   'columns' => [ '".
                                               join("', '", @{$index->columns} ).
                                               "' ],\n".
@@ -424,6 +424,9 @@ sub pretty_print {
 
 =item pretty_read HASHREF
 
+This method is B<not> recommended.  If you need to load and save your schema
+to a file, see the L</load|load> and L</save|save> methods.
+
 Creates a schema as specified by a data structure such as that created by
 B<pretty_print> method.
 
index a890afc..f5048eb 100644 (file)
@@ -1,3 +1,9 @@
+libdbix-dbschema-perl (0.35~01-1) unstable; urgency=low
+
+  * new upstream (test) relesae
+
+ -- Ivan Kohler <ivan-debian@420.am>  Sat, 22 Sep 2007 16:05:28 -0700
+
 libdbix-dbschema-perl (0.34-1) unstable; urgency=low
 
   * New upstream release
index 62b057b..3bed994 100755 (executable)
@@ -65,7 +65,7 @@ binary-indep: build install
 #      dh_installemacsen
 #      dh_installinit
        dh_installcron
-       dh_installmanpages
+       dh_installman
 #      dh_undocumented
        dh_installchangelogs Changes
        dh_link