~ubuntu-branches/ubuntu/wily/libclass-meta-perl/wily

« back to all changes in this revision

Viewing changes to lib/Class/Meta/Types/String.pm

  • Committer: Package Import Robot
  • Author(s): Nathan Handler, gregor herrmann, Nathan Handler, Salvatore Bonaccorso
  • Date: 2012-07-15 11:54:09 UTC
  • mfrom: (1.1.7) (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120715115409-0j7mbgmcs5ox941e
Tags: 0.66-1
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Nathan Handler ]
* New upstream release
* debian/control:
  - Add myself to list of Uploaders
  - Bump Standards-Version to 3.9.3
* debian/copyright:
  - Add myself to debian/* copyright
  - Update to copyright-format 1.0
* debian/patches/spelling.patch:
  - Most of the spelling issues were resolved in 0.66, but one still remains
  - Add myself as an Author and update last updated date

[ Salvatore Bonaccorso ]
* Add back (build-)dependency for Class::ISA.
  Add back alternative (Build-)Depends(-Indep) on
  libclass-isa-perl | perl (<< 5.10.1-13).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
use strict;
39
39
use Class::Meta::Type;
40
 
our $VERSION = '0.65';
 
40
our $VERSION = '0.66';
41
41
 
42
42
sub import {
43
43
    my ($pkg, $builder) = @_;
67
67
 
68
68
Please file bug reports via L<GitHub
69
69
Issues|http://github.com/theory/class-meta/issues/> or by sending mail to
70
 
L<bug-Class-Meta.cpan.org|mailto:bug-Class-Meta.cpan.org>.
 
70
L<bug-Class-Meta@rt.cpan.org|mailto:bug-Class-Meta@rt.cpan.org>.
71
71
 
72
72
=head1 AUTHOR
73
73