Skip to content

Commit

Permalink
Add basic test case for loading PDF::Data module.
Browse files Browse the repository at this point in the history
  • Loading branch information
deven committed Jun 24, 2022
1 parent cb1921f commit 2655106
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions t/00-load.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env perl

use v5.16;
use warnings;

use Cwd qw[abs_path];

use lib abs_path(__FILE__) =~ s{(?:/[^/]+){2}$}{/lib}r;

use Test2::V0;

plan(1);

use ok 'PDF::Data';

0 comments on commit 2655106

Please sign in to comment.