~ubuntu-branches/ubuntu/wily/libdbix-class-deploymenthandler-perl/wily-proposed

« back to all changes in this revision

Viewing changes to lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2015-06-28 15:48:07 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150628154807-1sd0rkhxi689792r
Tags: 0.002216-1
* Team upload.
* Import upstream version 0.002216.
* Update years of upstream copyright.
* Refresh lintian override (changed lone number).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package DBIx::Class::DeploymentHandler::HandlesVersioning;
2
 
$DBIx::Class::DeploymentHandler::HandlesVersioning::VERSION = '0.002212';
 
2
$DBIx::Class::DeploymentHandler::HandlesVersioning::VERSION = '0.002216';
3
3
use Moose::Role;
4
4
 
5
5
# ABSTRACT: Interface for version methods
145
145
 
146
146
=head1 COPYRIGHT AND LICENSE
147
147
 
148
 
This software is copyright (c) 2014 by Arthur Axel "fREW" Schmidt.
 
148
This software is copyright (c) 2015 by Arthur Axel "fREW" Schmidt.
149
149
 
150
150
This is free software; you can redistribute it and/or modify it under
151
151
the same terms as the Perl 5 programming language system itself.