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

« back to all changes in this revision

Viewing changes to lib/DBIx/Class/DeploymentHandler/Dad.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::Dad;
2
 
$DBIx::Class::DeploymentHandler::Dad::VERSION = '0.002212';
 
2
$DBIx::Class::DeploymentHandler::Dad::VERSION = '0.002216';
3
3
# ABSTRACT: Parent class for DeploymentHandlers
4
4
 
5
5
use Moose;
263
263
 
264
264
=head1 COPYRIGHT AND LICENSE
265
265
 
266
 
This software is copyright (c) 2014 by Arthur Axel "fREW" Schmidt.
 
266
This software is copyright (c) 2015 by Arthur Axel "fREW" Schmidt.
267
267
 
268
268
This is free software; you can redistribute it and/or modify it under
269
269
the same terms as the Perl 5 programming language system itself.