~ubuntu-branches/ubuntu/raring/libmoose-perl/raring-proposed

« back to all changes in this revision

Viewing changes to lib/Moose/Meta/Object/Trait.pm

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-02-05 17:18:51 UTC
  • mfrom: (1.1.59)
  • Revision ID: package-import@ubuntu.com-20120205171851-cxiawm4ii9oyz9jv
Tags: 2.0402-1
* New upstream release
* Bump upstream copyright year
* Bump debhelper compat level to 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  $Moose::Meta::Object::Trait::AUTHORITY = 'cpan:STEVAN';
5
5
}
6
6
{
7
 
  $Moose::Meta::Object::Trait::VERSION = '2.0401';
 
7
  $Moose::Meta::Object::Trait::VERSION = '2.0402';
8
8
}
9
9
 
10
10
use Scalar::Util qw(blessed);
44
44
 
45
45
=head1 VERSION
46
46
 
47
 
version 2.0401
 
47
version 2.0402
48
48
 
49
49
=head1 DESCRIPTION
50
50
 
61
61
 
62
62
=head1 COPYRIGHT AND LICENSE
63
63
 
64
 
This software is copyright (c) 2011 by Infinity Interactive, Inc..
 
64
This software is copyright (c) 2012 by Infinity Interactive, Inc..
65
65
 
66
66
This is free software; you can redistribute it and/or modify it under
67
67
the same terms as the Perl 5 programming language system itself.