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

« back to all changes in this revision

Viewing changes to lib/DBIx/Class/DeploymentHandler/Cookbook/CustomResultSource.pod

  • 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::Cookbook::CustomResultSource;
 
2
$DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource::VERSION = '0.002211';
 
3
# ABSTRACT: Customize how your DBICDH versions are stored
2
4
 
3
5
__END__
4
6
 
6
8
 
7
9
=head1 NAME
8
10
 
9
 
DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource - recipe to change the table for the version storage
 
11
DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource - Customize how your DBICDH versions are stored
10
12
 
11
13
=head1 DESCRIPTION
12
14
 
114
116
or DatabaseToSchemaVersions, as these handle version numbers as strings
115
117
instead of integers.
116
118
 
117
 
=head1 NAME
118
 
 
119
 
DBIx::Class::DeploymentHandler::Cookbook::CustomResultSource - Customize how
120
 
your DBICDH versions are stored
121
 
 
122
119
=head1 AUTHOR
123
120
 
124
121
Arthur Axel "fREW" Schmidt <frioux+cpan@gmail.com>