From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 use strict; use warnings;use Test::More tests => 1;use lib 't';use MyDGraph;# http://rt.cpan.org/NoAuth/Bug.html?id=6429ok(ref(new DGraph), "DGraph");
use
strict;
warnings;
Test::More
tests
=> 1;
lib
't'
;
MyDGraph;
# http://rt.cpan.org/NoAuth/Bug.html?id=6429
ok(
ref
(new DGraph),
"DGraph"
);