Skip Menu |

This queue is for tickets about the Class-DBI-Sweet CPAN distribution.

Report information
The Basics
Id: 23690
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Class-DBI-Sweet

People
Owner: PHRED [...] cpan.org
Requestors: MERLYN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.08
Fixed in: (no value)



Subject: bad syntax for hash slice
*** Class/DBI/Sweet.pm~ Tue Nov 28 16:57:10 2006 --- Class/DBI/Sweet.pm Tue Nov 28 17:01:18 2006 *************** *** 306,312 **** for my $part ( @$statement_order ) { # For backward compatibility if ( $part eq 'sql' ) { ! push @sql_parts, join ' ', @{%$sql_parts}{qw/ where order_by limit/}; next; } if ( exists $sql_parts->{ $part } ) { --- 306,312 ---- for my $part ( @$statement_order ) { # For backward compatibility if ( $part eq 'sql' ) { ! push @sql_parts, join ' ', @{$sql_parts}{qw/ where order_by limit/}; next; } if ( exists $sql_parts->{ $part } ) {
This is fixed in 0.09, due shortly. Thanks for the bug report.