Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-MooseX-AttributeHelpers/t/
Upload File :
Current File : //usr/share/doc/perl-MooseX-AttributeHelpers/t/000_load.t

#!/usr/bin/perl

use strict;
use warnings;

use Test::More tests => 1;

BEGIN {
    use_ok('MooseX::AttributeHelpers');
}