/p5-Test-AutoGenerator

automatically generate perl test code.

Primary LanguagePerl

This is Perl module Test::AutoGenerator.

NAME

Test::AutoGenerator - automatically generate perl test code.

SYNOPSIS

1. paste under the code and run your program.

use Test::AutoGenerator;
my @libs = qw//;
Test::AutoGenerator->set_generated_library_name(\@libs);

2. automatically generated under your 't' directory

INSTALLATION

Install cpanm (App::cpanminus) and then run the following command to install
Lexer:

    $ cpanm Test::AutoGenerator

If you get the distribution, unpack it and build it as per the usual:

    $ tar xzf p5-Test-AutoGenerator.tar.gz
    $ cd p5-Test-AutoGenerator
    $ perl Makefile.PL
    $ make && make test

Then install it:

    $ make install

If you want to install it from the repository, you must install authoring
tools.

    $ cpanm < author/requires.cpanm

DOCUMENTATION

Test::AutoGenerator documentation is available as in POD. So you can do:

    $ perldoc Test::AutoGenerator

to read the documentation online with your favorite pager.

RESOURCE

LICENSE AND COPYRIGHT

Copyright (c) 2013, Masaaki, Goshima (goccy). All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.