root/lang/perl/Class-Accessor-XS/trunk/t/00_compile.t @ 29104

Revision 29104, 90 bytes (checked in by gfx, 4 years ago)

initial import

Line 
1#!perl -w
2
3use strict;
4use Test::More tests => 1;
5
6BEGIN { use_ok 'Class::Accessor::XS' }
Note: See TracBrowser for help on using the browser.