/[pxelator]/lib/PXElator/t/config.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

Annotation of /lib/PXElator/t/config.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 135 - (hide annotations)
Tue Aug 4 13:19:08 2009 UTC (14 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 311 byte(s)
implement mirror and configuration creation for webconverger

1 dpavlin 74 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5     use autodie;
6    
7 dpavlin 135 use Test::More tests => 4;
8 dpavlin 74 use Data::Dump qw/dump/;
9    
10     use_ok 'config';
11    
12     ok( my $test = config::shared( 'test', 42 ), 'set shared' );
13     diag $test;
14     cmp_ok( $test, '==', config::shared( 'test' ), 'get shared' );
15    
16 dpavlin 135 ok( config::webconverger(), 'webconverger' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26