mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 03:02:47 +01:00
Updated version, removed -I from google search script shebang
This commit is contained in:
parent
5e0ac12020
commit
7ddf495f58
@ -13,8 +13,8 @@ use warnings;
|
||||
# These are set automatically by the build/commit script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 323,
|
||||
BUILD_DATE => "2011-12-03",
|
||||
BUILD_REVISION => 325,
|
||||
BUILD_DATE => "2011-12-11",
|
||||
};
|
||||
|
||||
1;
|
||||
|
@ -1,7 +1,10 @@
|
||||
#!/usr/bin/perl -w -I /home/msmud/lib/lib/perl5/site_perl/5.10.0/
|
||||
#!/usr/bin/perl
|
||||
|
||||
# Quick and dirty by :pragma
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
use Google::Search;
|
||||
|
||||
my ($nick, $arguments, $matches);
|
||||
@ -40,4 +43,3 @@ while( my $result = $search->next) {
|
||||
}
|
||||
|
||||
print "\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user