Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Cache.pm -- Around line 46: You can't have =items (as at line 63) unless the first thing after the =over is an =item Around line 381: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Group.pm -- Around line 53: You can't have =items (as at line 67) unless the first thing after the =over is an =item Around line 190: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Lib.pm -- Around line 57: You can't have =items (as at line 76) unless the first thing after the =over is an =item Around line 565: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Module.pm -- Around line 55: You can't have =items (as at line 67) unless the first thing after the =over is an =item Around line 496: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Output/EmailAlert.pm -- Around line 42: You can't have =items (as at line 62) unless the first thing after the =over is an =item Around line 164: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Output/HTMLStatus.pm -- Around line 40: You can't have =items (as at line 57) unless the first thing after the =over is an =item Around line 163: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Output/ISOBuilder.pm -- Around line 41: You can't have =items (as at line 61) unless the first thing after the =over is an =item Around line 239: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Output/LogCopier.pm -- Around line 41: You can't have =items (as at line 58) unless the first thing after the =over is an =item Around line 117: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Output/PackageCopier.pm -- Around line 41: You can't have =items (as at line 58) unless the first thing after the =over is an =item Around line 120: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Output/TemplateGenerator.pm -- Around line 41: You can't have =items (as at line 62) unless the first thing after the =over is an =item Around line 174: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Output.pm -- Around line 54: You can't have =items (as at line 66) unless the first thing after the =over is an =item Around line 217: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Package.pm -- Around line 41: You can't have =items (as at line 54) unless the first thing after the =over is an =item Around line 149: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/PackageType.pm -- Around line 41: You can't have =items (as at line 55) unless the first thing after the =over is an =item Around line 232: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Repository/Disk.pm -- Around line 41: You can't have =items (as at line 58) unless the first thing after the =over is an =item Around line 91: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Repository/GNUArch.pm -- Around line 43: You can't have =items (as at line 61) unless the first thing after the =over is an =item Around line 121: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Repository/Perforce.pm -- Around line 41: You can't have =items (as at line 58) unless the first thing after the =over is an =item Around line 193: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild/Repository.pm -- Around line 60: You can't have =items (as at line 73) unless the first thing after the =over is an =item Around line 247: =back doesn't take any parameters, but you said =back 4 Test-AutoBuild-1.0.1/lib/Test/AutoBuild.pm -- Around line 51: You can't have =items (as at line 73) unless the first thing after the =over is an =item Around line 416: =back doesn't take any parameters, but you said =back 4

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Test::AutoBuild, Test::AutoBuild::Cache, Test::AutoBuild::Group, Test::AutoBuild::Lib, Test::AutoBuild::Module, Test::AutoBuild::Output, Test::AutoBuild::Output::EmailAlert, Test::AutoBuild::Output::HTMLStatus, Test::AutoBuild::Output::ISOBuilder, Test::AutoBuild::Output::LogCopier, Test::AutoBuild::Output::PackageCopier, Test::AutoBuild::Output::TemplateGenerator, Test::AutoBuild::Package, Test::AutoBuild::PackageType, Test::AutoBuild::Repository, Test::AutoBuild::Repository::Disk, Test::AutoBuild::Repository::GNUArch, Test::AutoBuild::Repository::Perforce

Modules

Name Abstract Version View
Test::AutoBuild Automated build engine 1.000001 metacpan
Test::AutoBuild::Cache Caching of build results metacpan
Test::AutoBuild::Group Simple grouping of modules metacpan
Test::AutoBuild::Lib A library of useful routines metacpan
Test::AutoBuild::Module represents a code module to be built metacpan
Test::AutoBuild::Output Generates post build output metacpan
Test::AutoBuild::Output::EmailAlert Sends email alerts with build status metacpan
Test::AutoBuild::Output::HTMLStatus Generates HTML status pages metacpan
Test::AutoBuild::Output::ISOBuilder Create CD ISO images metacpan
Test::AutoBuild::Output::LogCopier Copies build logs to a directory metacpan
Test::AutoBuild::Output::PackageCopier Copies packages to a directory metacpan
Test::AutoBuild::Output::TemplateGenerator The base for HTML template generators metacpan
Test::AutoBuild::Package Generated packages metacpan
Test::AutoBuild::PackageType Package type handling metacpan
Test::AutoBuild::Repository Source control repository access metacpan
Test::AutoBuild::Repository::Disk Access to source locally on disk metacpan
Test::AutoBuild::Repository::GNUArch A repository for GNU Arch metacpan
Test::AutoBuild::Repository::Perforce A repository for Perforce metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan
README metacpan