File: 00_compile.t

package info (click to toggle)
libobject-pluggable-perl 1.29-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 678; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More tests => 3;
use_ok('Object::Pluggable::Constants');
use_ok('Object::Pluggable::Pipeline');
use_ok('Object::Pluggable');
diag( "Testing Object::Pluggable $Object::Pluggable::VERSION, Perl $], $^X" );