Skip to content

Commit

Permalink
Release 0.08117
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Feb 5, 2010
1 parent 0491b59 commit 6d5dca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for DBIx::Class

0.08116 2010-02-05 16:38:00 (UTC)
0.08117 2010-02-05 17:10:00 (UTC)
- Perl 5.8.1 is now the minimum supported version
- Massive optimization of the join resolution code - now joins
will be removed from the resulting SQL if DBIC can prove they
Expand Down
2 changes: 1 addition & 1 deletion lib/DBIx/Class.pm
Expand Up @@ -25,7 +25,7 @@ sub component_base_class { 'DBIx::Class' }
# Always remember to do all digits for the version even if they're 0
# 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.08116';
$VERSION = '0.08117';

$VERSION = eval $VERSION; # numify for warning-free dev releases

Expand Down

0 comments on commit 6d5dca4

Please sign in to comment.