Skip to content

Commit

Permalink
dzilify
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 6, 2013
1 parent 0b0c499 commit a8e92f7
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 537 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.build
Data-GUID-*
61 changes: 32 additions & 29 deletions Changes
@@ -1,42 +1,45 @@
Revision history for Data-GUID

0.046 2011-01-18
{{$NEXT}}
repackage, update bug tracker

match guid strings with no hyphens
0.046 2011-01-18

make the guid-matching regexes public
match guid strings with no hyphens

0.045 2009-01-16
add repo info to metadata
make the guid-matching regexes public

0.044 2007-03-08
require newer Data::UUID to avoid broken Debian ersatz Data::UUID
included in libossp-uuid-perl
0.045 2009-01-16
add repo info to metadata

0.043 2007-03-08
require newer Data::UUID to avoid broken Debian ersatz Data::UUID
included in libossp-uuid-perl
0.044 2007-03-08
require newer Data::UUID to avoid broken Debian ersatz Data::UUID
included in libossp-uuid-perl

0.042 2006-11-13
remove traces of old custom exporter
packaging improvements
0.043 2007-03-08
require newer Data::UUID to avoid broken Debian ersatz Data::UUID
included in libossp-uuid-perl

0.04 2006-03-12 12:00
replace custom exporter with Sub::Exporter
0.042 2006-11-13
remove traces of old custom exporter
packaging improvements

0.03 2006-02-28 20:00
numerous little bugfixes in guid_*
best_guess and from_any_string
100% test coverage
0.04 2006-03-12 12:00
replace custom exporter with Sub::Exporter

0.02 2006-02-27 20:00
validate from_X input and throw exceptions
first-draft _GUID routine to sate ADAMK
correct prereqs (thanks, DWHEELER!)
0.03 2006-02-28 20:00
numerous little bugfixes in guid_*
best_guess and from_any_string
100% test coverage

0.01 2006-02-26 23:20
fixes to documentation (thanks, HDP!)
added guid_* methods/subs and import routine
0.02 2006-02-27 20:00
validate from_X input and throw exceptions
first-draft _GUID routine to sate ADAMK
correct prereqs (thanks, DWHEELER!)

0.00 2006-02-25 17:25
first release, all skin and bones
0.01 2006-02-26 23:20
fixes to documentation (thanks, HDP!)
added guid_* methods/subs and import routine

0.00 2006-02-25 17:25
first release, all skin and bones
377 changes: 0 additions & 377 deletions LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions MANIFEST

This file was deleted.

28 changes: 0 additions & 28 deletions Makefile.PL

This file was deleted.

21 changes: 0 additions & 21 deletions README

This file was deleted.

7 changes: 7 additions & 0 deletions dist.ini
@@ -0,0 +1,7 @@
name = Data-GUID
author = Ricardo SIGNES <rjbs@cpan.org>
license = Perl_5
copyright_holder = Ricardo SIGNES
copyright_year = 2006

[@RJBS]
55 changes: 10 additions & 45 deletions lib/Data/GUID.pm
@@ -1,23 +1,11 @@
package Data::GUID;

use warnings;
use strict;
use warnings;
package Data::GUID;
# ABSTRACT: globally unique identifiers

use Carp ();
use Data::UUID;
use Sub::Install;

=head1 NAME
Data::GUID - globally unique identifiers
=head1 VERSION
version 0.046
=cut

our $VERSION = '0.046';
use Data::UUID 1.148;
use Sub::Install 0.03;

=head1 SYNOPSIS
Expand Down Expand Up @@ -353,7 +341,7 @@ BEGIN {
((map { "guid_$_" } keys %type), 'guid');
}

use Sub::Exporter -setup => {
use Sub::Exporter 0.90 -setup => {
exports => {
%exports, # defined just above
guid_from_anything => sub { _curry_class($_[0], 'from_any_string', 1) },
Expand All @@ -362,33 +350,10 @@ use Sub::Exporter -setup => {

=head1 TODO
=over
=item * add namespace support
=item * remove dependency on wretched Data::UUID
=item * make it work on 5.005
=back
=head1 AUTHOR
Ricardo SIGNES, C<< <rjbs@cpan.org> >>
=head1 BUGS
Please report any bugs or feature requests to
C<bug-data-guid@rt.cpan.org>, or through the web interface at
L<http://rt.cpan.org>. I will be notified, and then you'll automatically be
notified of progress on your bug as I make changes.
=head1 COPYRIGHT
Copyright 2006 Ricardo Signes, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=for :list
* add namespace support
* remove dependency on wretched Data::UUID
* make it work on 5.005
=cut

Expand Down
14 changes: 0 additions & 14 deletions t/perl-critic.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/pod-coverage.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/pod.t

This file was deleted.

0 comments on commit a8e92f7

Please sign in to comment.