[Rt-commit] [svn] r1483 - in DBIx-SearchBuilder/trunk: . SearchBuilder

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Tue Sep 14 00:31:20 EDT 2004


Author: jesse
Date: Tue Sep 14 00:31:19 2004
New Revision: 1483

Modified:
   DBIx-SearchBuilder/trunk/   (props changed)
   DBIx-SearchBuilder/trunk/SearchBuilder/Union.pm
Log:
 r10260 at tinbook:  jesse | 2004-09-14T04:31:36.390310Z
     From:     simonm at cavalletto.org
     Subject:    POD typo in DBIx-SearchBuilder-1.11/SearchBuilder/Union.pm
     Date:   September 14, 2004 12:05:30 AM EDT
     To:       jesse at fsck.com
 
 Hello,
 
 I noticed that this package wasn't being displayed properly by search.cpan.org because of a minor case-mismatch:
 
 package DBIx::SearchBuilder::Union;
 ...
 =head1 NAME
 
 DBIx::Searchbuilder::Union - Deal with multiple SearchBuilder result sets as one
 
 The "b" in Searchbuilder should be upper case to match the package name.
 
 Not a big deal, but it should be easy to fix in your next release...
 
 Yours in module authorship,
 
 -Simon
 
 


Modified: DBIx-SearchBuilder/trunk/SearchBuilder/Union.pm
==============================================================================
--- DBIx-SearchBuilder/trunk/SearchBuilder/Union.pm	(original)
+++ DBIx-SearchBuilder/trunk/SearchBuilder/Union.pm	Tue Sep 14 00:31:19 2004
@@ -4,7 +4,7 @@
 
 # WARNING --- This is still development code.  It is experimental.
 
-our $VERSION = '$Version$';
+our $VERSION = '0';
 
 # This could inherit from DBIx::SearchBuilder, but there are _a lot_
 # of things in DBIx::SearchBuilder that we don't want, like Limit and
@@ -14,7 +14,7 @@
 
 =head1 NAME
 
-DBIx::Searchbuilder::Union - Deal with multiple SearchBuilder result sets as one
+DBIx::SearchBuilder::Union - Deal with multiple SearchBuilder result sets as one
 
 =head1 SYNOPSIS
 


More information about the Rt-commit mailing list