[Jifty-commit] r2637 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 27 00:14:32 EST 2007


Author: audreyt
Date: Sat Jan 27 00:14:32 2007
New Revision: 2637

Modified:
   jifty/trunk/lib/Jifty/RightsFrom.pm

Log:
* Jifty::RightsFrom - Fix POD errors - we need to use Jifty::DBI::Schema
  and we don't need to use the package refers_to.  (J::DBI::Schema can
  ->require it for us)

Modified: jifty/trunk/lib/Jifty/RightsFrom.pm
==============================================================================
--- jifty/trunk/lib/Jifty/RightsFrom.pm	(original)
+++ jifty/trunk/lib/Jifty/RightsFrom.pm	Sat Jan 27 00:14:32 2007
@@ -8,8 +8,7 @@
 =head1 SYNOPSIS
 
   package Application::Model::Thing;
-  use Application::Model::Person;
-
+  use Jifty::DBI::Schema;
   use Application::Record schema {
     column owner => refers_to Application::Model::Person;
   }


More information about the Jifty-commit mailing list