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

« back to all changes in this revision

Viewing changes to lib/Class/Meta/Class.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:
58
58
##############################################################################
59
59
# Package Globals                                                            #
60
60
##############################################################################
61
 
our $VERSION = '0.65';
 
61
our $VERSION = '0.66';
62
62
our @CARP_NOT = qw(Class::Meta);
63
63
 
64
64
=head1 INTERFACE
423
423
 
424
424
Please file bug reports via L<GitHub
425
425
Issues|http://github.com/theory/class-meta/issues/> or by sending mail to
426
 
L<bug-Class-Meta.cpan.org|mailto:bug-Class-Meta.cpan.org>.
 
426
L<bug-Class-Meta@rt.cpan.org|mailto:bug-Class-Meta@rt.cpan.org>.
427
427
 
428
428
=head1 AUTHOR
429
429