Skip to content

Commit

Permalink
update Changes and meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Jun 20, 2013
1 parent c7e6aa8 commit bf6d266
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 9 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for Data-UUID-MT

{{$NEXT}}

[FIXED]

- Fixed post-fork reseed

1.000 2012-11-30 17:03:16 America/New_York

- Hex and string output is now lowercase, per RFC 4122 standard
Expand Down
23 changes: 18 additions & 5 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"David Golden <dagolden@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300025, CPAN::Meta::Converter version 2.120921",
"generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131560",
"license" : [
"apache_2_0"
],
Expand All @@ -30,6 +30,14 @@
"ExtUtils::MakeMaker" : "6.30"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Meta" : "0",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "1.08"
}
},
"runtime" : {
"requires" : {
"Config" : "0",
Expand All @@ -43,24 +51,26 @@
},
"test" : {
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Find" : "0",
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"List::AllUtils" : "0",
"List::Util" : "0",
"Test::More" : "0.96"
}
}
},
"provides" : {
"Data::UUID::MT" : {
"file" : "lib/Data/UUID/MT.pm",
"version" : "1.000"
"version" : "1.001"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"mailto" : "bug-Data-UUID-MT@rt.cpan.org",
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Data-UUID-MT"
"web" : "https://github.com/dagolden/data-uuid-mt/issues"
},
"homepage" : "https://metacpan.org/release/Data-UUID-MT",
"repository" : {
Expand All @@ -69,6 +79,9 @@
"web" : "https://github.com/dagolden/data-uuid-mt"
}
},
"version" : "1.000"
"version" : "1.001",
"x_contributors" : [
"Matt Koscica <matt.koscica@gmail.com>"
]
}

10 changes: 8 additions & 2 deletions README.pod
@@ -1,12 +1,14 @@
=pod

=encoding utf-8

=head1 NAME

Data::UUID::MT - Fast random UUID generator using the Mersenne Twister algorithm

=head1 VERSION

version 1.000
version 1.001

=head1 SYNOPSIS

Expand Down Expand Up @@ -294,7 +296,7 @@ L<RFC 4122 A Universally Unique IDentifier (UUID) URN Namespace|http://www.apps.
=head2 Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker
at L<https://rt.cpan.org/Public/Dist/Display.html?Name=Data-UUID-MT>.
at L<https://github.com/dagolden/data-uuid-mt/issues>.
You will be notified automatically of any progress on your issue.

=head2 Source Code
Expand All @@ -310,6 +312,10 @@ L<https://github.com/dagolden/data-uuid-mt>

David Golden <dagolden@cpan.org>

=head1 CONTRIBUTOR

Matt Koscica <matt.koscica@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by David Golden.
Expand Down
5 changes: 3 additions & 2 deletions dist.ini
Expand Up @@ -5,7 +5,9 @@ copyright_holder = David Golden
copyright_year = 2011

[@DAGOLDEN]
:version = 0.022
:version = 0.045
AutoMetaResources.bugtracker.rt = 0
AutoMetaResources.bugtracker.github = user:dagolden
stopwords = AMD
stopwords = IDentifier
stopwords = Mersenne
Expand All @@ -17,4 +19,3 @@ stopwords = cryptographically
stopwords = libuuid
stopwords = multicast
stopwords = timestamp

0 comments on commit bf6d266

Please sign in to comment.