Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ WriteMakefile(
NAME => 'Data::UUID',
VERSION_FROM => 'UUID.pm', # finds $VERSION
PREREQ_PM => { 'Digest::MD5' => '0' }, # e.g., Module::Name => 1.1
LICENSE => 'bsd',
LICENSE => 'mit',
LIBS => [], # e.g., '-lm'
#works without -lsocket
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
Expand Down
8 changes: 8 additions & 0 deletions UUID.pm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ The module allows exporting of several standard namespace UUIDs:

Alexander Golomshtok <agolomsh@cpan.org>

=head1 LICENSE

This software is Copyright (c) 2016 by Alexander Golomshtok.

This is free software, licensed under:

The MIT License

=head1 SEE ALSO

The Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz (RFC 4122)
Expand Down