[libdbix-class-perl] 04/08: Drop spelling.patch, merged upstream.

gregor herrmann gregoa at debian.org
Tue Jun 28 14:38:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbix-class-perl.

commit ba7ee99bbca9453bbedfd183ff69800bc0437209
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 28 16:01:26 2016 +0200

    Drop spelling.patch, merged upstream.
---
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 62 -------------------------------------------
 2 files changed, 63 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index c5268e4..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Description: fix some spelling mistakes
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-02-13
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112007
-Bug: https://rt.cpan.org/Ticket/Display.html?id=112007
-
---- a/lib/DBIx/Class.pm
-+++ b/lib/DBIx/Class.pm
-@@ -209,7 +209,7 @@
-   my $cd = $millennium_cds_rs->next; # SELECT ... FROM cds JOIN artists ...
-   my $cd_artist_name = $cd->artist->name; # Already has the data so no 2nd query
- 
--  # new() makes a Result object but doesnt insert it into the DB.
-+  # new() makes a Result object but doesn't insert it into the DB.
-   # create() is the same as new() then insert().
-   my $new_cd = $schema->resultset('CD')->new({ title => 'Spoon' });
-   $new_cd->artist($cd->artist);
---- a/lib/DBIx/Class.pod
-+++ b/lib/DBIx/Class.pod
-@@ -134,7 +134,7 @@
-   my $cd = $millennium_cds_rs->next; # SELECT ... FROM cds JOIN artists ...
-   my $cd_artist_name = $cd->artist->name; # Already has the data so no 2nd query
- 
--  # new() makes a Result object but doesnt insert it into the DB.
-+  # new() makes a Result object but doesn't insert it into the DB.
-   # create() is the same as new() then insert().
-   my $new_cd = $schema->resultset('CD')->new({ title => 'Spoon' });
-   $new_cd->artist($cd->artist);
---- a/lib/DBIx/Class/Manual/Cookbook.pod
-+++ b/lib/DBIx/Class/Manual/Cookbook.pod
-@@ -1342,7 +1342,7 @@
- 
-           # Abort the whole job
-           if ($_ =~ /horrible_problem/) {
--            print "something horrible happend, aborting job!";
-+            print "something horrible happened, aborting job!";
-             die $_;                # rethrow error
-           }
- 
---- a/lib/DBIx/Class/Manual/Troubleshooting.pod
-+++ b/lib/DBIx/Class/Manual/Troubleshooting.pod
-@@ -122,7 +122,7 @@
- White Box and Scientific Linux).
- 
- Distributions affected include Fedora 5 through to Fedora 8 and RHEL5
--upto and including RHEL5 Update 2. Fedora 9 (which uses perl 5.10) has
-+up to and including RHEL5 Update 2. Fedora 9 (which uses perl 5.10) has
- never been affected - this is purely a perl 5.8.8 issue.
- 
- As of September 2008 the following packages are known to be fixed and so
---- a/lib/DBIx/Class/SQLMaker/LimitDialects.pm
-+++ b/lib/DBIx/Class/SQLMaker/LimitDialects.pm
-@@ -157,7 +157,7 @@
- 
-  SELECT SKIP $offset FIRST $limit * FROM ...
- 
--Suported by B<Informix>, almost like LimitOffset. According to
-+Supported by B<Informix>, almost like LimitOffset. According to
- L<SQL::Abstract::Limit> C<... SKIP $offset LIMIT $limit ...> is also supported.
- 
- =cut

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbix-class-perl.git



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