Group
Extension

Matches 3

Bundle-PBib ( P/PT/PTANDLER/PBib/Bundle-PBib-2.08.01.tar.gz, PTANDLER, 2005; MetaCPAN )
Bundle-PBib/t/30-pbib-module.t ( view source; MetaCPAN )
bose => 0,
	quiet => 1,
	);
isnt($config, undef, "new PBib::Config");


my $bib = new Biblio::Biblio(
	file => 't/sample.bib',
	verbose => 0,
	quiet => 1,
	);
isnt($bib, undef, "open biblio da
tabase");


my $refs = $bib->queryPapers();
isnt($refs, undef, "queryPapers()");
# I do assume that sample.bib is read correctly
# as this is tested in 20-biblio.t


# process files

my $pbib
 = new PBib::PBib('refs' => $refs,
	'config' => $config,
	);
isnt($pbib, undef, "new PBib::PBib()");
is($pbib->config()->option("quiet"), 1, "option('quiet') for this test");
is($pbib->config()->
Bundle-PBib ( P/PT/PTANDLER/PBib/Bundle-PBib-2.08.01.tar.gz, PTANDLER, 2005; MetaCPAN )
Bundle-PBib/t/20-biblio.t ( view source; MetaCPAN )
	file => 't/sample.bib',
	verbose => 0,
	quiet => 1,
	);
isnt($bib, undef, "open biblio database");

my $refs = $bib->queryPapers();
isnt($refs, undef, "queryPapers()");

my $a = $bib->queryPape
Bundle-PBib ( P/PT/PTANDLER/PBib/Bundle-PBib-2.08.01.tar.gz, PTANDLER, 2005; MetaCPAN )
Bundle-PBib/t/10-pbib-config.t ( view source; MetaCPAN )

	argv => 0,
	env => 0,
	site => 0,
	user => 0,
	default => 1,
	quiet => 1,
	verbose => 0,
	);
isnt($c, undef, "config create");
# print Dumper $c;

my $options = $c->options( -file => 'sample.txt'

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