mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 18:45:42 -04:00
new command regexp code is in place and working
This commit is contained in:
parent
86943e8d05
commit
386e572592
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ sub new {
|
||||||
|
|
||||||
my $complete_re = qr/${strict_re}${perlcommand_re}${newversion_re}${suffix_re}|${othercommand_re}/;
|
my $complete_re = qr/${strict_re}${perlcommand_re}${newversion_re}${suffix_re}|${othercommand_re}/;
|
||||||
|
|
||||||
$self->{aliases_re} = $complete_re;
|
$self->{alias_re} = $complete_re;
|
||||||
|
|
||||||
$self->{dbh} = DBI->connect("dbi:SQLite:dbname=var/evallogs.db");
|
$self->{dbh} = DBI->connect("dbi:SQLite:dbname=var/evallogs.db");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue