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

« back to all changes in this revision

Viewing changes to lib/Class/Meta/AccessorBuilder/Affordance.pm

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2009-04-08 20:06:04 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20090408200604-7klsgnpya1r7toi8
Tags: upstream-0.63
ImportĀ upstreamĀ versionĀ 0.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Class::Meta::AccessorBuilder::Affordance;
2
2
 
3
 
# $Id: Affordance.pm 3893 2008-05-15 03:12:02Z david $
 
3
# $Id: Affordance.pm 3937 2008-05-22 03:04:22Z david $
4
4
 
5
5
=head1 NAME
6
6
 
196
196
 
197
197
use strict;
198
198
use Class::Meta;
199
 
our $VERSION = '0.62';
 
199
our $VERSION = '0.63';
200
200
 
201
201
sub build_attr_get {
202
202
    UNIVERSAL::can($_[0]->package, 'get_' . $_[0]->name);