Kwalitee Issues

meta_yml_conforms_to_known_spec

Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.

Error: Unknown META specification, cannot validate. [Validation: 0.49]

distname_matches_name_in_meta

Use a proper tool to make a distribution. You might also need to fix META files if you keep them in the repository.

Error: Text::Editor::Easy

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: Text::Editor::Easy::Comm

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.

no_missing_files_in_provides

Use authoring tool like Dist::Zilla, Milla, and Minilla to generate correct provides.

Error: lib/Text/Editor/Easy/Trace/Print.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: Text::Editor::Easy::Comm

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_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
Text::Editor::Easy A perl module to edit perl code with syntax highlighting and more. 0.49 metacpan
Text::Editor::Easy::Abstract The module that manages everything that is displayed. 0.49 metacpan
Text::Editor::Easy::Abstract::Key Key functions using subs of "Text::Editor::Easy::Abstract" module. Faster than using the object-oriented interface (that is, faster than "Text::Editor::Easy::Key") but not very clear. 0.49 metacpan
Text::Editor::Easy::Comm Thread communication mecanism of "Text::Editor::Easy" module. 0.49 metacpan
Text::Editor::Easy::Cursor Object oriented interface to cursor data (managed by "Text::Editor::Easy::Abstract") 0.49 metacpan
Text::Editor::Easy::Data Global common data shared by all threads. 0.49 metacpan
Text::Editor::Easy::Display Object oriented interface to displays (managed by "Text::Editor::Easy::Abstract"). A display is a screen line. With wrap mode, you can have several displays for a single line on a file. 0.49 metacpan
Text::Editor::Easy::File_manager Management of the data that is edited. 0.49 metacpan
Text::Editor::Easy::Graphic::Tk_glue Link between "Text::Editor::Easy::Abstract" and "Tk". 0.49 metacpan
Text::Editor::Easy::Key Key functions using object-oriented interface of "Text::Editor::Easy". 0.49 metacpan
Text::Editor::Easy::Line Object oriented interface to a file line (managed in the background by "Text::Editor::Easy::Abstract" and "Text::Editor::Easy::File_manager"). 0.49 metacpan
Text::Editor::Easy::Motion Manage various user events on "Text::Editor::Easy" objects. 0.49 metacpan
Text::Editor::Easy::Program::Eval::Exec Execution of macro panel instructions in the "Editor.pl" program. 0.49 metacpan
Text::Editor::Easy::Program::Eval::Print Redirection of prints coming from the macro panel of the "Editor.pl" program (insertion in a "Text::Editor::Easy" object). 0.49 metacpan
Text::Editor::Easy::Program::Flush STDOUT and SDTERR redirection when launching a new application from "Editor.pl" program. 0.49 metacpan
Text::Editor::Easy::Program::Open_editor The "Open" function of the "Editor.pl" program uses a special "Text::Editor::Easy" object. Here is the code that makes this instance special. 0.49 metacpan
Text::Editor::Easy::Program::Search Bad named module (initially searching text) : used to answer to user modification in the Eval tab of the Editor.pl program. 0.49 metacpan
Text::Editor::Easy::Program::Tab Tab simulation with a Text::Editor::Easy object. 0.49 metacpan
Text::Editor::Easy::Syntax::Perl_glue Perl highlighting (will always be limited, perl is too dynamic...). Contexts are still not yet managed. 0.49 metacpan
Text::Editor::Easy::Trace::Print 0.49 metacpan
Text::Editor::Easy::Window Object oriented interface to window data (managed by "Text::Editor::Easy::Abstract"). This module will replace "common parts" of the old "Screen.pm". 0.49 metacpan
Text::Editor::Easy::Zone A "zone" is a part of a window. Several "Text::Editor::Easy" objects can share the same "zone". But only one "Text::Editor::Easy" object can be on the top of its zone. So , in a particular zone, only one "Text::Editor::Easy" object is visible. 0.49 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan