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

« back to all changes in this revision

Viewing changes to lib/DBIx/Class/DeploymentHandler/VersionStorage/Deprecated/Component.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::VersionStorage::Deprecated::Component;
2
 
{
3
 
  $DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::Component::VERSION = '0.002210';
4
 
}
5
 
 
 
2
$DBIx::Class::DeploymentHandler::VersionStorage::Deprecated::Component::VERSION = '0.002211';
6
3
# ABSTRACT: (DEPRECATED) Attach this component to your schema to ensure you stay up to date
7
4
 
8
5
use strict;