r33680 - /trunk/libdbix-class-perl/debian/patches/pod-fixes.patch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Apr 21 18:31:15 UTC 2009


Author: eloy
Date: Tue Apr 21 18:31:10 2009
New Revision: 33680

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33680
Log:
take DBIx::Class::Relationship::BelongsTo fix from old patch

Modified:
    trunk/libdbix-class-perl/debian/patches/pod-fixes.patch

Modified: trunk/libdbix-class-perl/debian/patches/pod-fixes.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/patches/pod-fixes.patch?rev=33680&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/patches/pod-fixes.patch (original)
+++ trunk/libdbix-class-perl/debian/patches/pod-fixes.patch Tue Apr 21 18:31:10 2009
@@ -1,5 +1,23 @@
+diff -ur libdbix-class-perl-0.08100/lib/DBIx/Class/Relationship/BelongsTo.pm libdbix-class-perl-0.08100.new/lib/DBIx/Class/Relationship/BelongsTo.pm
+--- libdbix-class-perl-0.08100/lib/DBIx/Class/Relationship/BelongsTo.pm	2008-12-24 16:50:34.000000000 +0100
++++ libdbix-class-perl-0.08100.new/lib/DBIx/Class/Relationship/BelongsTo.pm	2009-04-21 20:26:45.000000000 +0200
+@@ -79,6 +79,14 @@
+   return 1;
+ }
+ 
++=head1 NAME
++
++DBIx::Class::Relationship::BelongsTo - create relationship between classes on foreign keys
++
++=head1 SEE ALSO
++
++L<DBIx::Class::Relationship>
++
+ =head1 AUTHORS
+ 
+ Alexander Hartmaier <Alexander.Hartmaier at t-systems.at>
 diff -ur libdbix-class-perl-0.08100/lib/DBIx/Class/ResultClass/HashRefInflator.pm libdbix-class-perl-0.08100.new/lib/DBIx/Class/ResultClass/HashRefInflator.pm
---- libdbix-class-perl-0.08100/lib/DBIx/Class/ResultClass/HashRefInflator.pm	2009-04-20 11:12:42.000000000 +0200
+--- libdbix-class-perl-0.08100/lib/DBIx/Class/ResultClass/HashRefInflator.pm	2009-04-21 20:17:25.000000000 +0200
 +++ libdbix-class-perl-0.08100.new/lib/DBIx/Class/ResultClass/HashRefInflator.pm	2009-04-21 19:33:23.000000000 +0200
 @@ -5,7 +5,7 @@
  
@@ -11,7 +29,7 @@
  =head1 SYNOPSIS
  
 diff -ur libdbix-class-perl-0.08100/lib/DBIx/Class/ResultSourceHandle.pm libdbix-class-perl-0.08100.new/lib/DBIx/Class/ResultSourceHandle.pm
---- libdbix-class-perl-0.08100/lib/DBIx/Class/ResultSourceHandle.pm	2008-03-11 04:04:05.000000000 +0100
+--- libdbix-class-perl-0.08100/lib/DBIx/Class/ResultSourceHandle.pm	2009-04-21 20:17:25.000000000 +0200
 +++ libdbix-class-perl-0.08100.new/lib/DBIx/Class/ResultSourceHandle.pm	2009-04-21 19:27:50.000000000 +0200
 @@ -20,7 +20,7 @@
  




More information about the Pkg-perl-cvs-commits mailing list