File: 00-load.t

package info (click to toggle)
libmoosex-attribute-env-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 2,059; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use warnings;
use strict;

use MooseX::Attribute::ENV;
use Test::More tests => 1;

diag( "Testing MooseX::Attribute::ENV $MooseX::Attribute::ENV::VERSION, Perl $], $^X" );
use_ok( 'MooseX::Attribute::ENV' );