Skip Menu |

This queue is for tickets about the Rose-DB-Object CPAN distribution.

Report information
The Basics
Id: 53272
Status: resolved
Priority: 0/
Queue: Rose-DB-Object

People
Owner: Nobody in particular
Requestors: JAWNSY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.784
Fixed in: (no value)



Subject: Spelling Mistakes
Hi:

I discovered a spelling mistake in the POD for this package (suppported -> supported). We've patched it for the Debian package; you may want to apply these changes in your version control. Note we neither need nor are we asking for another release, as I think that would put undue burden on the CPAN mirrors for such a tiny issue.

--- a/lib/Rose/DB/Object/Metadata.pm
+++ b/lib/Rose/DB/Object/Metadata.pm
@@ -5553,7 +5553,7 @@
 
 =item B<include_predicated_unique_indexes [BOOL]>
 
-Get or set a boolean value that indicates whether or not the L<auto_init_unique_keys|/auto_init_unique_keys> method will create L<unique keys|/add_unique_keys> for unique indexes that have predicates.  The default value is false.  This feature is currently only suppported for PostgreSQL.
+Get or set a boolean value that indicates whether or not the L<auto_init_unique_keys|/auto_init_unique_keys> method will create L<unique keys|/add_unique_keys> for unique indexes that have predicates.  The default value is false.  This feature is currently only supported for PostgreSQL.
 
 Here's an example of a unique index that has a predicate:
 
This is fixed in SVN revision 2047.  The fix will go out in the next CPAN release.
Sounds good, thanks :)