Test::Program

Test::Program is a Perl module with testing tools for Perl programs.
Download

Test::Program Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Lester
  • Publisher web site:
  • http://search.cpan.org/~petdance/Test-Memory-Cycle-1.04/Cycle.pm

Test::Program Tags


Test::Program Description

Test::Program is a Perl module with testing tools for Perl programs. Test::Program is a Perl module with testing tools for Perl programs.SYNOPSISYou've written a command-line program, not just a module, and you want to make sure that it compiles, runs and has valid POD embedded. use Test::More tests => 1; use Test::Program; my $program = "bin/flooble"; program_compiles_ok( $program ); # And coming soon... program_pod_ok( $program ); program_help_ok( $program ); program_version_ok( $program ); Requirements: · Perl


Test::Program Related Software