X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Attribute-Cached.git;a=blobdiff_plain;f=t%2F001_basic.t;fp=t%2F001_basic.t;h=e06c4cc43e63e4567d641fde3f8f1cab267705f2;hp=0000000000000000000000000000000000000000;hb=b555289715def910c2c6620f3e8587b48e2d8760;hpb=cf0ef7c5f07fb6c844045db6c9cc53935004c5c5 diff --git a/t/001_basic.t b/t/001_basic.t new file mode 100644 index 0000000..e06c4cc --- /dev/null +++ b/t/001_basic.t @@ -0,0 +1,46 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use Test::More plan => 1; + +=head1 NAME + +001_basic.t; tests the overall basic functionality + +=head1 DESCRIPTION + +Create a L class that uses the Caching role and the try out the basic +functionality. This test uses L as the default cache storage +but you can override that with the following %ENV to test against your local +L based caching server: + + TDB write code for %ENV + +=head1 TESTS + +This package defines the following tests. + +=head2 Create Test Class + +Create a class that uses L and has some attributes +that are cached. + +=cut + + +=head1 AUTHOR + +John Napiorkowski, C<< >> + +=head1 COPYRIGHT & LICENSE + +Copyright 2008 John Napiorkowski, all rights reserved. + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +=cut + +1;