root/lang/perl/Class-Hookable/trunk/t/00_basic/05_hookable_all_methods.t
@
2417
| Revision 2417, 191 bytes (checked in by nyarla, 5 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 | my $hook = Class::Hookable->new; |
| 10 | |
| 11 | is( |
| 12 | ref $hook->hookable_all_methods, |
| 13 | 'HASH', |
| 14 | ); |
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)