Skip to content

Commit

Permalink
08012 shipped
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Feb 13, 2009
1 parent 5ddc940 commit e62e711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for DBIx::Class

0.08012 2009-02-13 12:00:00 (UTC)
- Add omitted dependencies in Makefile.PL

0.08011 2009-02-11 16:30:00 (UTC)
- Maintenance release introducing compatibilty with upcoming
versions of SQL::Translator and SQL::Abstract
Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' }
# i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
# brain damage and presumably various other packaging systems too

$VERSION = '0.08011';
$VERSION = '0.08012';

sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;
Expand Down

0 comments on commit e62e711

Please sign in to comment.