[Jifty-commit] r2030 - in Jifty-DBI/trunk/lib/Jifty/DBI: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Oct 18 17:40:57 EDT 2006


Author: evdb
Date: Wed Oct 18 17:40:56 2006
New Revision: 2030

Modified:
   Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm
   Jifty-DBI/trunk/lib/Jifty/DBI/Record.pm
   Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm
   Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm

Log:
Minor changes to pod


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	Wed Oct 18 17:40:56 2006
@@ -1568,7 +1568,7 @@
     return ( Jifty::DBI::Schema::Trait->new(refers_to => $class), @_ );
 }
 
-=head2 Clone
+=head2 clone
 
 Returns copy of the current object with all search restrictions.
 

Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Record.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Record.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Record.pm	Wed Oct 18 17:40:56 2006
@@ -41,7 +41,7 @@
 
 Instantiate a new, empty record object.
 
-ARGS is a hash used to pass parameters to the _init() function.
+ARGS is a hash used to pass parameters to the C<_init()> function.
 
 Unless it is overloaded, the _init() function expects one key of 
 'handle' with a value containing a reference to a Jifty::DBI::Handle
@@ -409,7 +409,7 @@
 standard get/set accessors. It also provides you with some hooks to massage the values
 being loaded or stored.
 
-When you fetch a record value by calling C<$my_record->some_field>, C<Jifty::DBI::Record>
+When you fetch a record value by calling C<$my_record-E<gt>some_field>, C<Jifty::DBI::Record>
 provides the following hook
 
 =over

Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Record/Memcached.pm	Wed Oct 18 17:40:56 2006
@@ -12,12 +12,12 @@
 
 =head1 NAME
 
-Jifty::DBI::Record::Cachable - records with caching behavior
+Jifty::DBI::Record::Memcached - records with caching behavior
 
 =head1 SYNOPSIS
 
   package Myrecord;
-  use base qw/Jifty::DBI::Record::Cachable/;
+  use base qw/Jifty::DBI::Record::Memcached/;
 
 =head1 DESCRIPTION
 

Modified: Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/SchemaGenerator.pm	Wed Oct 18 17:40:56 2006
@@ -124,6 +124,8 @@
 
 Class::ReturnValue
 
+=head1 METHODS
+
 =head2 new HANDLE
 
 Creates a new C<Jifty::DBI::SchemaGenerator> object.  The single
@@ -285,7 +287,7 @@
 No bugs have been reported.
 
 Please report any bugs or feature requests to
-C<bug-<RT NAME>@rt.cpan.org>, or through the web interface at
+C<bug-E<lt>RT NAMEE<gt>@rt.cpan.org>, or through the web interface at
 L<http://rt.cpan.org>.
 
 =head1 AUTHOR


More information about the Jifty-commit mailing list