X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSourceHandle.pm;h=0c7e4dbe77f4cd9ac4fb878cca889e99901c5570;hp=a87861312fd44076ef2679236beaee860fb12859;hb=48e4eac60b37de39a225264ab16f316c407f5740;hpb=4376a1574bc5b25f4b9160e8fc3ce329ae226e0f diff --git a/lib/DBIx/Class/ResultSourceHandle.pm b/lib/DBIx/Class/ResultSourceHandle.pm index a878613..0c7e4db 100644 --- a/lib/DBIx/Class/ResultSourceHandle.pm +++ b/lib/DBIx/Class/ResultSourceHandle.pm @@ -12,8 +12,6 @@ use Try::Tiny; use namespace::clean; use overload - # on some RH perls the following line causes serious performance problem - # see https://bugzilla.redhat.com/show_bug.cgi?id=196836 q/""/ => sub { __PACKAGE__ . ":" . shift->source_moniker; }, fallback => 1;