X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FUniqueIdentifier.pm;h=e6f3466a8129153bed86eee80080e69bd9f0ca57;hb=616ca57f8cd27f475da275bbef986fdd42d4069f;hp=ec83a33e2c2b30ec1511e056a5af83599f2b039d;hpb=a3483a581e58357aa9ef70bee1731e45401dbe82;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm b/lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm index ec83a33..e6f3466 100644 --- a/lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm +++ b/lib/DBIx/Class/Storage/DBI/UniqueIdentifier.pm @@ -90,7 +90,7 @@ sub _prefetch_autovalues { if (not defined $guid_method) { $self->throw_exception( - 'You must set new_guid on your storage. See perldoc ' + 'You must set new_guid() on your storage. See perldoc ' .'DBIx::Class::Storage::DBI::UniqueIdentifier' ); } @@ -106,13 +106,16 @@ sub _prefetch_autovalues { return $self->next::method(@_); } -=head1 AUTHOR +=head1 FURTHER QUESTIONS? -See L and L. +Check the list of L. -=head1 LICENSE +=head1 COPYRIGHT AND LICENSE -You may distribute this code under the same terms as Perl itself. +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. =cut