X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FBase.pm;h=cb2abf024e8e2a259072fd28eb40731134c27d03;hb=900628605efdbced5dcfdbbab0022b204aa93e14;hp=1ad84749d9babf613021c65d4e4b1433d8643095;hpb=3a7a1d7726d84d0970d8ff8e8107fc52e3af0f53;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 1ad8474..cb2abf0 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -30,7 +30,7 @@ use List::Util qw/all any none/; use File::Temp 'tempfile'; use namespace::clean; -our $VERSION = '0.07043'; +our $VERSION = '0.07044'; __PACKAGE__->mk_group_ro_accessors('simple', qw/ schema @@ -675,7 +675,7 @@ passed, the code is called with arguments of } coderef ref that can be called with a hashref map -The L and +The L and L objects stringify to their unqualified names.