Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oracle: No longer needed 'no precompilation'
  • Loading branch information
salortiz committed May 16, 2016
1 parent e009b5d commit a19e2da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lib/DBDish/Oracle.pm6
@@ -1,10 +1,9 @@
use v6;
need DBDish; # roles for drivers

unit class DBDish::Oracle:auth<mberends>:ver<0.1.0> does DBDish::Driver;
unit class DBDish::Oracle:auth<mberends>:ver<0.1.1> does DBDish::Driver;
use DBDish::Oracle::Native;
need DBDish::Oracle::Connection;
need DBDish::Oracle::StatementHandle;

=begin pod
Expand Down
1 change: 0 additions & 1 deletion lib/DBDish/Oracle/StatementHandle.pm6
@@ -1,5 +1,4 @@
use v6;
no precompilation;
need DBDish;

unit class DBDish::Oracle::StatementHandle does DBDish::StatementHandle;
Expand Down

0 comments on commit a19e2da

Please sign in to comment.