]> iEval git - gruntmaster-data.git/blobdiff - lib/Gruntmaster/Data.pm
Make DBIx::Simple instance global
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
index 846d7721f21748735910c86d7bc7de3e930d29bd..067d52c2635cf79c41acf9f6c9d0e3162d1df5ff 100644 (file)
@@ -42,7 +42,7 @@ my %statements = (
        job_full_sth => 'SELECT * FROM jobs WHERE id = ?',
 );
 
-my $db;
+our $db;
 
 sub init {
        $db = DBIx::Simple->new(@_);
This page took 0.02305 seconds and 4 git commands to generate.