X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FBase.pm;h=e9e30aba68f3a179906e2e2b5e07faf30c493ceb;hb=dc783fab900d073db1fb0e86b709cbb65bd364b7;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..e9e30ab 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.07045'; __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.