[Bps-public-commit] r17626 - Net-Google-Code/trunk/lib/Net/Google/Code
fayland at bestpractical.com
fayland at bestpractical.com
Thu Jan 8 01:10:48 EST 2009
Author: fayland
Date: Thu Jan 8 01:10:47 2009
New Revision: 17626
Modified:
Net-Google-Code/trunk/lib/Net/Google/Code/IssueSearch.pm
Log:
typo fix
Modified: Net-Google-Code/trunk/lib/Net/Google/Code/IssueSearch.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/IssueSearch.pm (original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/IssueSearch.pm Thu Jan 8 01:10:47 2009
@@ -45,8 +45,8 @@
my $self = shift;
if ( scalar @_ ) {
my %args = @_;
- $self->_can( $args{_can} ) if $defined $args{_can};
- $self->_q( $args{_q} ) if $defined $args{_q};
+ $self->_can( $args{_can} ) if defined $args{_can};
+ $self->_q( $args{_q} ) if defined $args{_q};
}
my $mech = $self->connection->mech;
More information about the Bps-public-commit
mailing list