Skip to content

Commit

Permalink
Release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mendel committed Nov 6, 2010
1 parent 6d28f48 commit 6fb55ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Changes
@@ -1,7 +1,16 @@
Revision history for DBIx-Class-MooseColumns Revision history for DBIx-Class-MooseColumns


0.11 2010-11-06 14:10:00+0100
Reworked tests to test both mutable and immutable classes.
Added tests to make sure the features work in subclasses.
Re-thought and rewrote the the DBIC proxy of the attributes. (Much
cleaner and faster and also works with Moose 1.19. Unfortunately
this does not work with older Moose.)
Runs the benchmark author tests for both mutable and immutable classes.
Added tests for the case when the instance metaclass is non-inlinable.

0.10 2010-06-22 16:43:00+0200 0.10 2010-06-22 16:43:00+0200
Documented the order of "has", "table" and "set_primary_key". Documented the order of "has", "table" and "set_primary_key".


0.09 2010-06-21 15:43:00+0200 0.09 2010-06-21 15:43:00+0200
Fixed a silly quoting issue in the accessor inlining code. Fixed a silly quoting issue in the accessor inlining code.
Expand Down
4 changes: 2 additions & 2 deletions lib/DBIx/Class/MooseColumns.pm
Expand Up @@ -30,11 +30,11 @@ DBIx::Class::MooseColumns - Lets you write DBIC add_column() definitions as attr
=head1 VERSION =head1 VERSION
Version 0.10 Version 0.11
=cut =cut


our $VERSION = '0.10'; our $VERSION = '0.11';




=head1 SYNOPSIS =head1 SYNOPSIS
Expand Down

0 comments on commit 6fb55ca

Please sign in to comment.