r33674 - /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:10:24 UTC 2009


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

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33674
Log:
start refreshing 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=33674&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:10:18 2009
@@ -1,32 +1,19 @@
-Author: gregor herrmann <gregoa at debian.org>
-Description: fix several pod errors
-Bug: #478335
-
---- a/lib/DBIx/Class/Manual/Troubleshooting.pod
-+++ b/lib/DBIx/Class/Manual/Troubleshooting.pod
-@@ -47,7 +47,7 @@ correctly.
- 
- L<DBI> version 1.50 and L<DBD::Pg> 1.43 are known to work.
- 
--=head2 ... Can't locate object method "source_name" via package ...
-+=head2 Can't locate object method "source_name" via package
- 
- There's likely a syntax error in the table class referred to elsewhere
- in this error message.  In particular make sure that the package
---- a/lib/DBIx/Class/Storage/TxnScopeGuard.pm
-+++ b/lib/DBIx/Class/Storage/TxnScopeGuard.pm
-@@ -46,7 +46,7 @@ __END__
+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.new/lib/DBIx/Class/ResultClass/HashRefInflator.pm	2009-04-21 19:33:23.000000000 +0200
+@@ -5,7 +5,7 @@
  
  =head1 NAME
  
--DBIx::Class::Storage::TxnScopeGuard
-+DBIx::Class::Storage::TxnScopeGuard - L<Scope::Guard>-like objects
+-DBIx::Class::ResultClass::HashRefInflator
++DBIx::Class::ResultClass::HashRefInflator - access data without objects
  
  =head1 SYNOPSIS
  
---- a/lib/DBIx/Class/ResultSourceHandle.pm
-+++ b/lib/DBIx/Class/ResultSourceHandle.pm
-@@ -19,7 +19,7 @@ our $thaw_schema;
+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.new/lib/DBIx/Class/ResultSourceHandle.pm	2009-04-21 19:27:50.000000000 +0200
+@@ -20,7 +20,7 @@
  
  =head1 NAME
  
@@ -35,42 +22,3 @@
  
  =head1 DESCRIPTION
  
---- a/lib/DBIx/Class/ResultClass/HashRefInflator.pm
-+++ b/lib/DBIx/Class/ResultClass/HashRefInflator.pm
-@@ -5,7 +5,7 @@ use warnings;
- 
- =head1 NAME
- 
--DBIx::Class::ResultClass::HashRefInflator
-+DBIx::Class::ResultClass::HashRefInflator - access data without objects
- 
- =head1 SYNOPSIS
- 
---- a/lib/DBIx/Class/Relationship/BelongsTo.pm
-+++ b/lib/DBIx/Class/Relationship/BelongsTo.pm
-@@ -72,6 +72,14 @@ sub belongs_to {
-   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>
---- a/lib/DBIx/Class/Manual/Cookbook.pod
-+++ b/lib/DBIx/Class/Manual/Cookbook.pod
-@@ -506,7 +506,7 @@ Employ the standard stringification tech
- module.
- 
- To make an object stringify itself as a single column, use something
--like this (replace C<foo> with the column/method of your choice):
-+like this (replace C<name> with the column/method of your choice):
- 
-   use overload '""' => sub { shift->name}, fallback => 1;
- 




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