root/lang/perl/Class-Hookable/trunk/t/01_new.t
@
1132
| Revision 1132, 145 bytes (checked in by nyarla, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!perl -T |
| 2 | |
| 3 | use strict; |
| 4 | use warnings; |
| 5 | |
| 6 | use Test::More tests => 1; |
| 7 | use Class::Hookable; |
| 8 | |
| 9 | isa_ok( Class::Hookable->new, 'Class::Hookable' ); |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)