source:
t/00-load.t
@
11fb6d
| Revision 11fb6d, 192 bytes checked in by Tomash Brechko <tomash.brechko@…>, 4 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use warnings; |
| 2 | use strict; |
| 3 | |
| 4 | use Test::More tests => 1; |
| 5 | |
| 6 | BEGIN { |
| 7 | use_ok( 'Cache::Memcached::Fast' ); |
| 8 | } |
| 9 | |
| 10 | diag( "Testing Cache::Memcached::Fast $Cache::Memcached::Fast::VERSION, Perl $], $^X" ); |
Note: See TracBrowser
for help on using the repository browser.
