Skip to content

Commit

Permalink
bump version to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Oct 10, 2009
1 parent 8fae474 commit 76d4747
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lib/Fey/Hash/ColumnsKey.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Hash::ColumnsKey;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';


sub new
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/Attribute/FromColumn.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::Attribute::FromColumn;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/Attribute/FromInflator.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::Attribute::FromInflator;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/Attribute/FromSelect.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::Attribute::FromSelect;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;
use Moose::Util::TypeConstraints;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/Class/Schema.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::Class::Schema;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::DBIManager;
use Fey::Exceptions qw( param_error );
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/Class/Table.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::Class::Table;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Exceptions qw( param_error );
use Fey::Hash::ColumnsKey;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/FK.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::FK;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Exceptions qw( param_error );

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/HasMany.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::HasMany;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Exceptions qw( param_error );
use Fey::Object::Iterator::FromSelect;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/HasMany/ViaFK.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::HasMany::ViaFK;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use List::AllUtils qw( any );

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/HasMany/ViaSelect.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::HasMany::ViaSelect;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;
use MooseX::StrictConstructor;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/HasOne.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::HasOne;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Exceptions qw( param_error );

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/HasOne/ViaFK.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::HasOne::ViaFK;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use List::AllUtils qw( any );

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/HasOne/ViaSelect.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::HasOne::ViaSelect;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;
use MooseX::StrictConstructor;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Meta/Method/Constructor.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Meta::Method::Constructor;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/ORM.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::ORM;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose 0.90 ();

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/ORM/Exceptions.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::ORM::Exceptions;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Exceptions;

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/ORM/Policy.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::ORM::Policy;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Object::Policy;

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/ORM/Role/Iterator.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::ORM::Role::Iterator;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use List::AllUtils qw( pairwise );
use Moose::Role;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/ORM/Schema.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::ORM::Schema;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Meta::Class::Schema;
use Fey::Object::Schema;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/ORM/Table.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::ORM::Table;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Class::MOP;
use Fey::Meta::Class::Table;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Object/Iterator/FromArray.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Object::Iterator::FromArray;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;
use MooseX::SemiAffordanceAccessor;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Object/Iterator/FromSelect.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Object::Iterator::FromSelect;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Exceptions qw( param_error );

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Object/Iterator/FromSelect/Caching.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Object::Iterator::FromSelect::Caching;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Moose;
use MooseX::SemiAffordanceAccessor;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Object/Policy.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Object::Policy;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use List::Util qw( first );
use Moose;
Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Object/Schema.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Object::Schema;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Meta::Class::Table;

Expand Down
2 changes: 1 addition & 1 deletion lib/Fey/Object/Table.pm
Expand Up @@ -3,7 +3,7 @@ package Fey::Object::Table;
use strict;
use warnings;

our $VERSION = '0.28';
our $VERSION = '0.29';

use Fey::Literal::Function;
use Fey::Placeholder;
Expand Down

0 comments on commit 76d4747

Please sign in to comment.