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

« back to all changes in this revision

Viewing changes to lib/Moose/Cookbook/Basics/Recipe11.pod

  • 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:
12
12
 
13
13
=head1 VERSION
14
14
 
15
 
version 2.0401
 
15
version 2.0402
16
16
 
17
17
=head1 SYNOPSIS
18
18
 
20
20
 
21
21
  use Moose;
22
22
  use MooseX::NonMoose;
 
23
  use DateTime::Calendar::Mayan;
23
24
  extends qw( DateTime );
24
25
 
25
26
  has 'mayan_date' => (
75
76
 
76
77
=head1 COPYRIGHT AND LICENSE
77
78
 
78
 
This software is copyright (c) 2011 by Infinity Interactive, Inc..
 
79
This software is copyright (c) 2012 by Infinity Interactive, Inc..
79
80
 
80
81
This is free software; you can redistribute it and/or modify it under
81
82
the same terms as the Perl 5 programming language system itself.