Perl 5.14.1 is current stable
[Test-Smoke-Metabase.git] / README
blob3a553bcbfb7d6c2e7873fac3c7dfceaf3ebcd440
1 =head1 NAME
3 Test::Smoke::Metabase - The interface for Test::Smoke to Metabase
5 =head1 Description
7 ...
9 =head1 PREREQUISITES
11 Perl 5.6.0 and up.
13 =head1 INSTALLATION
15   $ cpan Test::Smoke::Metabase
17   or
19   $ perl Makefile.PL
20   $ make test
21   $ make install
23 Recent changes can be (re)viewed in the public GIT repository at
24 http://repo.or.cz/w/Test-Smoke-Metabase.git
26 Feel free to clone your own copy:
28  $ git clone http://repo.or.cz/r/Test-Smoke-Metabase.git Test-Smoke-Metabase
30 or get it as a tgz:
32  $ wget --output-document=Test-Smoke-Metabase-git.tgz \
33            'http://repo.or.cz/w/Test-Smoke-Metabase.git?a=snapshot;sf=tgz'
35 =head1 AUTHOR
37 H.Merijn Brand <h.m.brand@xs4all.nl>
39 =head1 COPYRIGHT AND LICENSE
41 Copyright (c) 2010-2011 H.Merijn Brand.  All rights reserved.
43 This program is free software; you can redistribute it and/or modify
44 it under the same terms as Perl itself.