Committed by Greg Sabino Mullane <[email protected]>
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