/[pxelator]/lib/PXElator/t/store.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/PXElator/t/store.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 481 - (show annotations)
Sat Jan 23 18:05:37 2010 UTC (14 years, 3 months ago) by dpavlin
File MIME type: application/x-troff
File size: 195 byte(s)
abstract store with audit method

1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5 use autodie;
6
7 use Test::More tests => 2;
8 use Data::Dump qw/dump/;
9
10 use_ok 'store';
11
12 ok( store::audit( 'test', { foo => 42, bar => 'baz' }), 'audit' );
13

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26