/[socialtext-import]/Pod-Simple-Wiki/t/00_load.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 /Pod-Simple-Wiki/t/00_load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Tue Nov 28 14:15:41 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: application/x-troff
File size: 394 byte(s)
import upstream Pod-Simple-Wiki-0.05.tar.gz
1 #!/usr/bin/perl -w
2
3 ###############################################################################
4 #
5 # A test for Pod::Simple::Wiki.
6 #
7 # Test that the module loads.
8 #
9 # reverse('©'), August 2004, John McNamara, jmcnamara@cpan.org
10 #
11
12 use strict;
13
14 use Test::More tests => 2;
15
16 BEGIN { use_ok( 'Pod::Simple::Wiki' ); }
17
18 my $parser = Pod::Simple::Wiki->new;
19 isa_ok( $parser, 'Pod::Simple::Wiki' );

  ViewVC Help
Powered by ViewVC 1.1.26