Skip to content

Commit

Permalink
fixed broken pod and updated dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jjn1056 committed Mar 16, 2012
1 parent d901336 commit ba5df3c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,5 +1,11 @@
Revision history for DBIx-Class-Migration

0.019 16 March 2012
- Fixed broken POD in the third part of the tutorial that prevented
the page from being rendered.
- Updated a number of dependencies to newer version to solve some
reported problems.

0.018 15 March 2012
- Documentation fixes (Volker++)
- Project title change
Expand Down
10 changes: 5 additions & 5 deletions dist.ini
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = John Napiorkowski
copyright_year = 2012
abstract = Tools to make migrating your DBIx::Class databases easier
version = 0.018
version = 0.019

[@Basic]
[Prereqs]
Expand All @@ -15,18 +15,18 @@ MooseX::Types::LoadableClass = 0
DBIx::Class::DeploymentHandler = 0.002100
DBIx::Class::Schema::Loader = 0.07017
DBIx::Class::Fixtures = 1.001014
JSON::XS = 0
JSON::XS = 2.32
Class::Load = 0
File::Spec = 0
File::Copy = 0
File::Path = 0
File::Temp = 0
File::ShareDir::ProjectDistDir = 0.003001
MooseX::Attribute::ENV = 0
MooseX::Attribute::ENV = 0.02
Devel::PartialDump = 0
DBD::SQLite = 0
DBD::SQLite = 1.35
Pod::Parser = 1.51
Config::MySQL = 0
Config::MySQL = 0.02
version = 0.77
SQL::Translator = 0.11010

Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Migration.pm
@@ -1,6 +1,6 @@
package DBIx::Class::Migration;

our $VERSION = "0.018";
our $VERSION = "0.019";

use Moose;
use JSON::XS;
Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Migration/Tutorial/ThirdMigration.pod
@@ -1,4 +1,4 @@

=head1 NAME

DBIx::Class::Migration::Tutorial::ThirdMigration - A more advanced database change

Expand Down

0 comments on commit ba5df3c

Please sign in to comment.