X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FUUIDColumns.pm;h=b4af9ba5390bf8467f9ee3f371bb0d0c16764d3f;hb=7408ffa3c76c0e4476c5a6a1f076a09a375de79b;hp=22cfc55113a53e8f897083efdfaf162c35d1b200;hpb=aaeaf963adf6f25d0b94f91141b93b4260f5bd47;p=dbsrgits%2FDBIx-Class-UUIDColumns.git diff --git a/lib/DBIx/Class/UUIDColumns.pm b/lib/DBIx/Class/UUIDColumns.pm index 22cfc55..b4af9ba 100644 --- a/lib/DBIx/Class/UUIDColumns.pm +++ b/lib/DBIx/Class/UUIDColumns.pm @@ -72,7 +72,7 @@ sub _find_uuid_module { } elsif (eval{require Win32API::GUID}) { return '::Win32API::GUID'; } else { - shift->throw_exception('no suitable uuid module could be found') + die 'no suitable uuid module could be found for use with DBIx::Class::UUIDColumns'; }; }; @@ -157,9 +157,12 @@ Returns the current UUIDMaker instance for the given module. L -=head1 AUTHORS +=head1 AUTHOR Chia-liang Kao + +=head1 CONTRIBUTERS + Chris Laco =head1 LICENSE