projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17dd94e
)
Whitespace formatting.
author
Mike Taylor
<mike@indexdata.com>
Thu, 16 Nov 2006 14:58:55 +0000
(14:58 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 16 Nov 2006 14:58:55 +0000
(14:58 +0000)
lib/ZOOM/IRSpy/Task/Search.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Task/Search.pm
b/lib/ZOOM/IRSpy/Task/Search.pm
index
de4389d
..
ce5f889
100644
(file)
--- a/
lib/ZOOM/IRSpy/Task/Search.pm
+++ b/
lib/ZOOM/IRSpy/Task/Search.pm
@@
-1,4
+1,4
@@
-# $Id: Search.pm,v 1.6 2006-11-02 16:11:44 mike Exp $
+# $Id: Search.pm,v 1.7 2006-11-16 14:58:55 mike Exp $
package ZOOM::IRSpy::Task::Search;
@@
-60,7
+60,7
@@
sub run {
sub render {
my $this = shift();
- return ref($this) . "(" . $this->{query}. ")";
+ return ref($this) . "(" . $this->{query} . ")";
}
use overload '""' => \&render;