* Deleted test.pl, which shouldn't have been in git anyway. Signed-off-by: Digimer <digimer@alteeve.ca>main
parent
839bfc8a2d
commit
1f8c27ccfb
2 changed files with 3 additions and 17 deletions
@ -1,15 +0,0 @@ |
||||
#!/usr/bin/perl |
||||
# |
||||
use strict; |
||||
use warnings; |
||||
use Anvil::Tools; |
||||
|
||||
my $anvil = Anvil::Tools->new(); |
||||
$anvil->Log->level({set => 2}); |
||||
|
||||
# This is used to initialize the database |
||||
my $connections = $anvil->Database->connect(); |
||||
print "Connections: [$connections]\n"; |
||||
|
||||
|
||||
exit(0); |
Loading…
Reference in new issue