Nes 1.03 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- portable_filenames
-
Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.
Error:
- share/examples/nesblog/es/items/Archivo de configuración Nes.nhtml
- share/examples/nesblog/es/items/Instalación.nhtml
- share/examples/nesblog/es/items/Tag * (environment_variable).nhtml
- share/examples/nesblog/es/items/Tag ~ (expresión).nhtml
- 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 (236) does not match dist (263):
- Missing in MANIFEST: inc/ExtUtils/MANIFEST.SKIP, inc/ExtUtils/Manifest.pm, inc/Module/AutoInstall.pm, inc/Module/Install.pm, inc/Module/Install/AuthorRequires.pm, inc/Module/Install/AuthorTests.pm, inc/Module/Install/AutoInstall.pm, inc/Module/Install/Base.pm, inc/Module/Install/Can.pm, inc/Module/Install/CheckConflicts.pm, inc/Module/Install/Fetch.pm, inc/Module/Install/Include.pm, inc/Module/Install/Makefile.pm, inc/Module/Install/Metadata.pm, inc/Module/Install/Scripts.pm, inc/Module/Install/Share.pm, inc/Module/Install/Win32.pm, inc/Module/Install/WriteAll.pm, share/cgi-bin/images/.htaccess, t/.nes.cfg, t/container.t, t/include.cgi, t/include.nhtml, t/interpret.t, t/templates.t, t/test.cgi, t/test.nhtml
- 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: Nes::DB, Nes::Setting, Nes::Singleton, secure_login
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Nes-1.03/lib/Nes/Obj/date_time.pod -- Around line 34: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/go_language.pod -- Around line 58: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/include_js.pod -- Around line 42: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/location.pod -- Around line 51: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/lwp.pod -- Around line 113: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/multi_step.pod -- Around line 463: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/pseudo_ajax.pod -- Around line 120: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/secure_login.pod -- Around line 360: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes/Obj/session.pod -- Around line 47: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8 Nes-1.03/lib/Nes.pod -- Around line 912: Non-ASCII character seen before =encoding in 'Castañón'. Assuming UTF-8
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: share/cgi-bin/plugin/captcha_plugin.pm, share/cgi-bin/plugin/debug_info.pm, share/cgi-bin/plugin/forms_plugin.pm, share/cgi-bin/obj/Nes/form/multi_step.pm, share/cgi-bin/obj/Nes/form/secure_login.pm
- 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: Nes, Nes::DB, Nes::Minimal, Nes::Minimal::Misc, Nes::Minimal::Multipart, Nes::Setting, Nes::Singleton, captcha_plugin, debug_info, forms_plugin, multi_step, secure_login
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 1.03,1.2902
Modules
Name | Abstract | Version | View |
---|---|---|---|
Nes | A powerful template system for HTML and the Web. | 1.03 | metacpan |
Nes::DB | metacpan | ||
Nes::Minimal | 1.2902 | metacpan | |
Nes::Setting | metacpan | ||
Nes::Singleton | Single access interface to Nes. | metacpan | |
captcha_plugin | metacpan | ||
debug_info | metacpan | ||
forms_plugin | metacpan | ||
multi_step | metacpan | ||
secure_login | metacpan |
Provides
Name | File | View |
---|---|---|
debug_obj | share/cgi-bin/plugin/debug_info.pm | metacpan |
nes_captcha | share/cgi-bin/plugin/captcha_plugin.pm | metacpan |
nes_captcha_ascii | share/cgi-bin/plugin/captcha_plugin.pm | metacpan |
nes_captcha_fonts | share/cgi-bin/plugin/captcha_plugin.pm | metacpan |
nes_captcha_plugin | share/cgi-bin/plugin/captcha_plugin.pm | metacpan |
nes_container | lib/Nes.pm | metacpan |
nes_content | lib/Nes.pm | metacpan |
nes_cookie | lib/Nes.pm | metacpan |
nes_forms | share/cgi-bin/plugin/forms_plugin.pm | metacpan |
nes_forms_plugin | share/cgi-bin/plugin/forms_plugin.pm | metacpan |
nes_html | lib/Nes.pm | metacpan |
nes_interpret | lib/Nes.pm | metacpan |
nes_js | lib/Nes.pm | metacpan |
nes_nsql | lib/Nes.pm | metacpan |
nes_perl | lib/Nes.pm | metacpan |
nes_php | lib/Nes.pm | metacpan |
nes_plugin | lib/Nes.pm | metacpan |
nes_python | lib/Nes.pm | metacpan |
nes_query | lib/Nes.pm | metacpan |
nes_register | lib/Nes.pm | metacpan |
nes_session | lib/Nes.pm | metacpan |
nes_shell | lib/Nes.pm | metacpan |
nes_tmp | lib/Nes.pm | metacpan |
nes_top_container | lib/Nes.pm | metacpan |
nes_txt | lib/Nes.pm | metacpan |
nes_unknown | lib/Nes.pm | metacpan |
utl | lib/Nes.pm | metacpan |