/[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

Contents of /lib/PXElator/t/config.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 142 - (show annotations)
Tue Aug 4 18:05:49 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 265 byte(s)
added debirf rescue

1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5 use autodie;
6
7 use Test::More tests => 3;
8 use Data::Dump qw/dump/;
9
10 use_ok 'config';
11
12 sub test {
13 my $name = shift;
14 eval 'config::' . $name . '( "172.0.0.1" );';
15 }
16
17 ok( test($_), $_ ) foreach ( 'webconverger', 'debirf' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26