develooper Front page | perl.dbd.pg.changes | Postings from March 2012

[DBD::Pg 4/6] Give our spellchecker more brainz so it doesn't freak out about git commit hashes.

Thread Previous
From:
dbdpg-commits
Date:
March 12, 2012 04:33
Subject:
[DBD::Pg 4/6] Give our spellchecker more brainz so it doesn't freak out about git commit hashes.
Message ID:
1331436326-15937-4-git-send-email-dbdpg-commits@bucardo.org
Committed by Greg Sabino Mullane <greg@endpoint.com>

Subject: [DBD::Pg 4/6] Give our spellchecker more brainz so it doesn't freak out about git commit hashes.

---
 t/99_spellcheck.t |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/t/99_spellcheck.t b/t/99_spellcheck.t
index b8a191b..7670641 100644
--- a/t/99_spellcheck.t
+++ b/t/99_spellcheck.t
@@ -73,6 +73,7 @@ for my $file (qw/README Changes TODO README.dev README.win32/) {
 			s{eg/lotest.pl}{};
 			s{\[.+?\]}{}gs;
 			s{\S+\@\S+\.\S+}{}gs;
+			s{git commit [a-f0-9]+}{git commit}gs;
 		}
 		elsif ($file eq 'README.dev') {
 			s/^\t\$.+//gsm;
@@ -633,6 +634,7 @@ Ubuntu
 ## Changes:
 bigint
 boolean
+bucardo
 destringifying
 expr
 ints
@@ -640,6 +642,7 @@ Garamond
 gborg
 Hofmann
 Kai
+marshalling
 n's
 optimizations
 Perlish
-- 
1.7.1


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About