source: t/00-load.t @ 11fb6d

Revision 11fb6d, 192 bytes checked in by Tomash Brechko <tomash.brechko@…>, 4 years ago (diff)

Add default tests from Module::Starter.

  • Property mode set to 100644
Line 
1use warnings;
2use strict;
3
4use Test::More tests => 1;
5
6BEGIN {
7    use_ok( 'Cache::Memcached::Fast' );
8}
9
10diag( "Testing Cache::Memcached::Fast $Cache::Memcached::Fast::VERSION, Perl $], $^X" );
Note: See TracBrowser for help on using the repository browser.