Group
Extension

Matches 1

SqlBatch ( S/SA/SADIB/SqlBatch-1.001.tar.gz, SADIB, 2019; MetaCPAN )
SqlBatch/lib/SqlBatch/Configuration.pm ( view source; MetaCPAN )
;
use warnings;
use utf8;

use Carp;
use Getopt::Long qw(GetOptionsFromArray);
use DBI;
use JSON::Parse 'json_file_to_perl';
use Data::Dumper;
use SqlBatch::AbstractConfiguration;

sub new {
    my ($
	croak "Configuration file '$path' not found" 
	    unless -e $path;
    }

    $self->{loaded} = json_file_to_perl($path);
}

sub requirement_assertion {
    my $self = shift;
    my $id   = shift;


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.