SVK 0.14 Deleted
Kwalitee Issues
- no_broken_module_install
-
Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- no_broken_auto_install
-
Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: SVK::SignEditor
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: SVK-0.14/lib/SVK/Command.pm -- Around line 228: Unknown directive: =comment
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Tue 27 Apr 2004 02:18:22 AM JST gpg: using DSA key 9355E57651240396 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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.
- 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: SVK, SVK::CombineEditor, SVK::Command, SVK::Command::Add, SVK::Command::Annotate, SVK::Command::Cat, SVK::Command::Checkout, SVK::Command::Cleanup, SVK::Command::Cmerge, SVK::Command::Commit, SVK::Command::Copy, SVK::Command::Delete, SVK::Command::Depotmap, SVK::Command::Describe, SVK::Command::Diff, SVK::Command::Help, SVK::Command::Import, SVK::Command::Info, SVK::Command::List, SVK::Command::Log, SVK::Command::Merge, SVK::Command::Mirror, SVK::Command::Mkdir, SVK::Command::Propdel, SVK::Command::Propedit, SVK::Command::Proplist, SVK::Command::Propset, SVK::Command::Resolved, SVK::Command::Revert, SVK::Command::Smerge, SVK::Command::Status, SVK::Command::Switch, SVK::Command::Sync, SVK::Command::Update, SVK::Command::Verify, SVK::CommitStatusEditor, SVK::DelayEditor, SVK::DeleteEditor, SVK::DiffEditor, SVK::I18N, SVK::MergeEditor, SVK::Notify, SVK::RevertEditor, SVK::SignEditor, SVK::StatusEditor, SVK::Util, SVK::XD
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.05,0.08,0.09,0.14
- 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 |
---|---|---|---|
SVK | A Distributed Version Control System | 0.14 | metacpan |
SVK::CombineEditor | An editor combining several editor calls to one | 0.08 | metacpan |
SVK::Command | 0.09 | metacpan | |
SVK::Command::Add | Put files and directories under version control | 0.14 | metacpan |
SVK::Command::Annotate | Print files with per-line revision and author info | 0.14 | metacpan |
SVK::Command::Cat | Output the file from depot | 0.14 | metacpan |
SVK::Command::Checkout | Checkout the depotpath | 0.14 | metacpan |
SVK::Command::Cleanup | Remove stalled locks | 0.14 | metacpan |
SVK::Command::Cmerge | Merge specific changes | 0.14 | metacpan |
SVK::Command::Commit | Commit changes to depot | 0.14 | metacpan |
SVK::Command::Copy | Make a versioned copy | 0.14 | metacpan |
SVK::Command::Delete | Remove versioned item | 0.14 | metacpan |
SVK::Command::Depotmap | Create or edit the depot mapping configuration | 0.14 | metacpan |
SVK::Command::Describe | Describe a change | 0.14 | metacpan |
SVK::Command::Diff | Display diff between revisions or checkout copies | 0.14 | metacpan |
SVK::Command::Help | Show help | 0.14 | metacpan |
SVK::Command::Import | Import directory into depot | 0.14 | metacpan |
SVK::Command::Info | Display information about a file or directory | 0.14 | metacpan |
SVK::Command::List | List entries in a directory from depot | 0.14 | metacpan |
SVK::Command::Log | Show log messages for revisions | 0.14 | metacpan |
SVK::Command::Merge | Apply differences between two sources | 0.14 | metacpan |
SVK::Command::Mirror | Initialize a mirrored depotpath | 0.14 | metacpan |
SVK::Command::Mkdir | Create a versioned directory | 0.14 | metacpan |
SVK::Command::Propdel | Delete a property on files or dirs | 0.14 | metacpan |
SVK::Command::Propedit | Edit a property on path | 0.14 | metacpan |
SVK::Command::Proplist | List all properties on files or dirs | 0.14 | metacpan |
SVK::Command::Propset | Set a property on path | 0.14 | metacpan |
SVK::Command::Resolved | Remove conflict mark from checkout items | 0.14 | metacpan |
SVK::Command::Revert | Revert changes made in checkout copies | 0.14 | metacpan |
SVK::Command::Smerge | Automatic merge all changes between branches | 0.14 | metacpan |
SVK::Command::Status | Display the status of items in the checkout copy | 0.14 | metacpan |
SVK::Command::Switch | Switch to another branch and keep local modifications | 0.14 | metacpan |
SVK::Command::Sync | Synchronize a mirrored depotpath | 0.14 | metacpan |
SVK::Command::Update | Bring changes from the repository into checkout copies | 0.14 | metacpan |
SVK::Command::Verify | Verify change signatures | 0.14 | metacpan |
SVK::CommitStatusEditor | 0.05 | metacpan | |
SVK::DelayEditor | 0.14 | metacpan | |
SVK::DeleteEditor | 0.05 | metacpan | |
SVK::DiffEditor | 0.09 | metacpan | |
SVK::I18N | metacpan | ||
SVK::MergeEditor | An editor wrapper that merges for the storage editor | 0.14 | metacpan |
SVK::Notify | svk entry status notification | metacpan | |
SVK::RevertEditor | 0.05 | metacpan | |
SVK::SignEditor | metacpan | ||
SVK::StatusEditor | 0.05 | metacpan | |
SVK::Util | 0.09 | metacpan | |
SVK::XD | 0.14 | metacpan |