From f8213ab0b684ec79699406e21a8fc61512591017 Mon Sep 17 00:00:00 2001 From: Peter Rabbitson Date: Thu, 22 Aug 2013 05:17:15 +0200 Subject: [PATCH] Fix name mangle in Replicated.pm broken by e8c31aec and then by 4a0eed52 --- .mailmap | 1 + lib/DBIx/Class.pm | 4 +++- lib/DBIx/Class/Storage/DBI/Replicated.pm | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.mailmap b/.mailmap index 25a41faf3..0537484b5 100644 --- a/.mailmap +++ b/.mailmap @@ -21,6 +21,7 @@ Gordon Irving Hakim Cassimally Jonathan Chu Matt Phillips +Norbert Csongrádi Roman Filippov Peter Rabbitson Tim Bunce diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index ff649a31c..3ed326f12 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -348,7 +348,7 @@ arcanez: Justin Hunter ash: Ash Berlin -bert: Norbert Csongradi +bert: Norbert Csongrádi blblack: Brandon L. Black @@ -492,6 +492,8 @@ perigrin: Chris Prather peter: Peter Collingbourne +Peter Siklósi + Peter Valdemar MErch phaylon: Robert Sedlacek diff --git a/lib/DBIx/Class/Storage/DBI/Replicated.pm b/lib/DBIx/Class/Storage/DBI/Replicated.pm index 6d587ec9c..70e49803e 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated.pm +++ b/lib/DBIx/Class/Storage/DBI/Replicated.pm @@ -1117,8 +1117,8 @@ using the Schema clone method. Based on code originated by: - Norbert Csongr�di - Peter Sikl�si + Norbert Csongrádi + Peter Siklósi =head1 LICENSE