Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Pg] make lib a lexical constant
also changed it to libpq.so for now, becaues that works on my system
  • Loading branch information
moritz committed Sep 29, 2012
1 parent 6efd237 commit 44c09e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBDish/Pg.pm6
Expand Up @@ -3,7 +3,7 @@
use NativeCall; # from project 'zavolaj'
use DBDish; # roles for drivers

constant lib = 'libpq';
my constant lib = 'libpq.so';

#module DBDish:auth<mberends>:ver<0.0.1>;

Expand Down

0 comments on commit 44c09e2

Please sign in to comment.