Revision history for DBIx::Class
+0.07000 2006-07-23 02:30:00
- supress warnings for possibly non-unique queries, since
_is_unique_query doesn't infer properly in all cases
- skip empty queries to eliminate spurious warnings on ->deploy
# 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.06999_07';
+$VERSION = '0.07000';
sub MODIFY_CODE_ATTRIBUTES {
my ($class,$code,@attrs) = @_;