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

« back to all changes in this revision

Viewing changes to lib/Class/Meta/AccessorBuilder/SemiAffordance.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:
201
201
use strict;
202
202
use Class::Meta;
203
203
use base 'Class::Meta::AccessorBuilder::Affordance';
204
 
our $VERSION = '0.65';
 
204
our $VERSION = '0.66';
205
205
 
206
206
sub build_attr_get {
207
207
    UNIVERSAL::can($_[0]->package, $_[0]->name);
226
226
 
227
227
Please file bug reports via L<GitHub
228
228
Issues|http://github.com/theory/class-meta/issues/> or by sending mail to
229
 
L<bug-Class-Meta.cpan.org|mailto:bug-Class-Meta.cpan.org>.
 
229
L<bug-Class-Meta@rt.cpan.org|mailto:bug-Class-Meta@rt.cpan.org>.
230
230
 
231
231
=head1 AUTHOR
232
232