~ubuntu-branches/ubuntu/saucy/libdist-zilla-plugins-cjm-perl/saucy

« back to all changes in this revision

Viewing changes to lib/Dist/Zilla/Role/ModuleInfo.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Salvatore Bonaccorso, Dominique Dumont
  • Date: 2013-05-29 22:46:13 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130529224613-44txv0vy08phcol9
Tags: 4.14-1
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Dominique Dumont ]
* Imported Upstream version 4.14
* copyright: updated years and my email address
* control:
  + added dep on libcpan-meta-requirements-perl
  - removed duplicated perl dep
  * bumped standard version
* compat: bumped to 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#---------------------------------------------------------------------
19
19
 
20
20
our $VERSION = '4.00';
21
 
# This file is part of Dist-Zilla-Plugins-CJM 4.09 (June 4, 2012)
 
21
# This file is part of Dist-Zilla-Plugins-CJM 4.14 (May 18, 2013)
22
22
 
23
23
use Moose::Role;
24
24
 
67
67
=head1 VERSION
68
68
 
69
69
This document describes version 4.00 of
70
 
Dist::Zilla::Role::ModuleInfo, released June 4, 2012
71
 
as part of Dist-Zilla-Plugins-CJM version 4.09.
 
70
Dist::Zilla::Role::ModuleInfo, released May 18, 2013
 
71
as part of Dist-Zilla-Plugins-CJM version 4.14.
72
72
 
73
73
=head1 DESCRIPTION
74
74
 
117
117
 
118
118
=head1 COPYRIGHT AND LICENSE
119
119
 
120
 
This software is copyright (c) 2012 by Christopher J. Madsen.
 
120
This software is copyright (c) 2013 by Christopher J. Madsen.
121
121
 
122
122
This is free software; you can redistribute it and/or modify it under
123
123
the same terms as the Perl 5 programming language system itself.