Cvs 0.07 Latest
Kwalitee Issues
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- 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: Cvs, Cvs::Command::Base, Cvs::Command::Checkout, Cvs::Command::Commit, Cvs::Command::Diff, Cvs::Command::Export, Cvs::Command::Login, Cvs::Command::Logout, Cvs::Command::Rdiff, Cvs::Command::Release, Cvs::Command::Rtag, Cvs::Command::Status, Cvs::Command::Tag, Cvs::Command::Update, Cvs::Cvsroot, Cvs::Result::Base, Cvs::Result::Checkout, Cvs::Result::Commit, Cvs::Result::DiffItem, Cvs::Result::DiffList, Cvs::Result::Export, Cvs::Result::Login, Cvs::Result::Logout, Cvs::Result::RdiffItem, Cvs::Result::RdiffList, Cvs::Result::Release, Cvs::Result::Rtag, Cvs::Result::StatusItem, Cvs::Result::StatusList, Cvs::Result::Tag, Cvs::Result::Update
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Cvs | Object oriented interface to the CVS command | 0.07 | metacpan |
Cvs::Command::Base | metacpan | ||
Cvs::Command::Checkout | metacpan | ||
Cvs::Command::Commit | commit changes to a CVS repository with Cvs.pm | metacpan | |
Cvs::Command::Diff | metacpan | ||
Cvs::Command::Export | metacpan | ||
Cvs::Command::Login | metacpan | ||
Cvs::Command::Logout | metacpan | ||
Cvs::Command::Rdiff | metacpan | ||
Cvs::Command::Release | metacpan | ||
Cvs::Command::Rtag | metacpan | ||
Cvs::Command::Status | metacpan | ||
Cvs::Command::Tag | metacpan | ||
Cvs::Command::Update | metacpan | ||
Cvs::Cvsroot | metacpan | ||
Cvs::Result::Base | metacpan | ||
Cvs::Result::Checkout | metacpan | ||
Cvs::Result::Commit | Result class for cvs commit command | metacpan | |
Cvs::Result::DiffItem | Result class for cvs status command | metacpan | |
Cvs::Result::DiffList | Result list for cvs diff command | metacpan | |
Cvs::Result::Export | metacpan | ||
Cvs::Result::Login | metacpan | ||
Cvs::Result::Logout | metacpan | ||
Cvs::Result::RdiffItem | Result class for cvs rdiff command | metacpan | |
Cvs::Result::RdiffList | Result list for cvs rdiff command | metacpan | |
Cvs::Result::Release | Result class for the release command. | metacpan | |
Cvs::Result::Rtag | Result class for the cvs tag command. | metacpan | |
Cvs::Result::StatusItem | Result class for cvs status command | metacpan | |
Cvs::Result::StatusList | Result list for cvs status command | metacpan | |
Cvs::Result::Tag | Result class for the cvs tag command. | metacpan | |
Cvs::Result::Update | Result class for cvs update command | metacpan |
Provides
Name | File | View |
---|---|---|
Cvs::Command::Context | lib/Cvs/Command/Base.pm | metacpan |