minivend 3.03 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (310) does not match dist (254):
- Missing in Dist: dist/sample/config/.empty, dist/sample/etc/report, dist/sample/html/minivend.html, dist/sample/html/toc.html, dist/sample/images/00-0011.jpg, dist/sample/images/00-341.jpg, dist/sample/images/00-342.jpg, dist/sample/images/00-343.jpg, dist/sample/images/21-221.jpg, dist/sample/images/34-101.gif, dist/sample/images/art.gif, dist/sample/images/artbar0.gif, dist/sample/images/artbar1.gif, dist/sample/images/artbar2.gif, dist/sample/images/artbar3.gif, dist/sample/images/artsmall.gif, dist/sample/images/artstore.gif, dist/sample/images/bg.gif, dist/sample/images/blue_pap.gif, dist/sample/images/button_y.gif, dist/sample/images/change.gif, dist/sample/images/eyes.gif, dist/sample/images/new.gif, dist/sample/images/next.gif, dist/sample/images/orderbar.gif, dist/sample/images/phonelin.gif, dist/sample/images/pink_fab.gif, dist/sample/images/place.gif, dist/sample/images/radcats1.gif, dist/sample/images/redball.gif, dist/sample/images/tshirt.gif, dist/sample/images/undercon.gif, dist/sample/images/validate.gif, dist/sample/images/web_srch.gif, dist/sample/images/yellow_w.gif, dist/sample/pages/browse.html, dist/sample/pages/canceled.html, dist/sample/pages/help/sec_faq.html, dist/sample/pages/help/security.html, dist/sample/pages/ord/receipt.html, dist/sample/pages/ord/report.html, dist/sample/pages/special/canceled.html, dist/sample/pages/special/cc_not_valid.html, dist/sample/pages/special/needfield.html, dist/sample/pages/special/reconfig.html, dist/sample/products/accessories.asc, dist/sample/products/inventory.asc, dist/sample/products/pricing.asc, dist/sample/products/products.asc, dist/sample/products/salestax.asc, dist/sample/reconfig, dist/sample/report_problem, dist/sample/session/.empty, doc/intro.html, doc/minivend.html, doc/toc.html
- 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: Carp, File::Basename, File::CounterFile, HTML::Entities, Vend::Order, Vend::Table::DummyDB, Vend::ValidCC
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Msql
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: minivend-3.03/lib/File/Basename.pm -- Around line 94: '=item' outside of any '=over' =over without closing =back minivend-3.03/lib/Vend/Search.pm -- Around line 318: '=item' outside of any '=over' Around line 393: You forgot a '=back' before '=head2'
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- no_stdin_for_prompting
-
Use the prompt() method from ExtUtils::MakeMaker/Module::Build.
- 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: Carp, File::Basename, File::CounterFile, HTML::Entities, IniConf, Vend::Cart, Vend::Config, Vend::Data, Vend::Glimpse, Vend::Http, Vend::Imagemap, Vend::Interpolate, Vend::MakeCat, Vend::Offline, Vend::Order, Vend::PageBuild, Vend::Parse, Vend::Parser, Vend::Scan, Vend::Search, Vend::Server, Vend::Session, Vend::SessionFile, Vend::Table::DBI, Vend::Table::DB_File, Vend::Table::DummyDB, Vend::Table::GDBM, Vend::Table::Import, Vend::Table::InMemory, Vend::Table::Msql, Vend::Table::Quoted, Vend::Table::Update, Vend::TextSearch, Vend::Util, Vend::ValidCC
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Carp
- File::Basename
- File::CounterFile
- HTML::Entities
- IniConf
- 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.07,0.92,1.06,1.08,1.10,1.11,1.15,1.17,1.2,1.22,1.26,1.27,1.4,1.5,1.6,1.7,1.8,1.9
- 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 |
|---|---|---|---|
| Carp | metacpan | ||
| File::Basename | metacpan | ||
| File::CounterFile | Persistent counter class | 0.07 | metacpan |
| HTML::Entities | 1.08 | metacpan | |
| IniConf | A Module for reading .ini-style configuration files | 0.92 | metacpan |
| Vend::Cart | 1.6 | metacpan | |
| Vend::Config | 1.22 | metacpan | |
| Vend::Data | metacpan | ||
| Vend::Glimpse | 1.9 | metacpan | |
| Vend::Http | 1.9 | metacpan | |
| Vend::Imagemap | 1.4 | metacpan | |
| Vend::Interpolate | 1.26 | metacpan | |
| Vend::MakeCat | 1.5 | metacpan | |
| Vend::Offline | 1.4 | metacpan | |
| Vend::Order | 1.10 | metacpan | |
| Vend::PageBuild | 1.2 | metacpan | |
| Vend::Parse | 1.11 | metacpan | |
| Vend::Parser | MiniVend parser class | 1.06 | metacpan |
| Vend::Scan | 1.17 | metacpan | |
| Vend::Search | 1.10 | metacpan | |
| Vend::Server | 1.27 | metacpan | |
| Vend::Session | 1.15 | metacpan | |
| Vend::SessionFile | 1.4 | metacpan | |
| Vend::Table::DBI | 1.9 | metacpan | |
| Vend::Table::DB_File | 1.9 | metacpan | |
| Vend::Table::DummyDB | metacpan | ||
| Vend::Table::GDBM | 1.5 | metacpan | |
| Vend::Table::Import | 1.9 | metacpan | |
| Vend::Table::InMemory | 1.10 | metacpan | |
| Vend::Table::Msql | 1.8 | metacpan | |
| Vend::Table::Quoted | 1.7 | metacpan | |
| Vend::Table::Update | 1.7 | metacpan | |
| Vend::TextSearch | 1.8 | metacpan | |
| Vend::Util | 1.15 | metacpan | |
| Vend::ValidCC | 1.6 | metacpan |