~ubuntu-branches/ubuntu/utopic/libdbix-class-deploymenthandler-perl/utopic

« back to all changes in this revision

Viewing changes to lib/DBIx/Class/DeploymentHandler/VersionHandler/ExplicitVersions.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-05-16 13:01:26 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140516130126-4o2ow54qeuxncnbu
Tags: 0.002211-1
* Team upload.
* New upstream release.
* Drop pod-whatis.patch, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions;
2
 
{
3
 
  $DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions::VERSION = '0.002210';
4
 
}
 
2
$DBIx::Class::DeploymentHandler::VersionHandler::ExplicitVersions::VERSION = '0.002211';
5
3
use Moose;
6
4
 
7
5
# ABSTRACT: Define your own list of versions to use for migrations