Devel-PerlySense 0.0219
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- 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_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).
Modules
Name | Abstract | Version | View |
---|---|---|---|
Devel::PerlySense | Perl IDE backend with Emacs frontend | 0.0219 | metacpan |
Devel::PerlySense::Bookmark::Definition | A Bookmark definition | 0.0219 | metacpan |
Devel::PerlySense::Bookmark::Match | A Bookmark match | 0.0219 | metacpan |
Devel::PerlySense::Bookmark::MatchResult | A Bookmark definition and its matches | 0.0219 | metacpan |
Devel::PerlySense::BookmarkConfig | A collection of Bookmark::Definition and their configuration. | 0.0219 | metacpan |
Devel::PerlySense::CallTree | A tree of method calls | 0.0219 | metacpan |
Devel::PerlySense::CallTree::Caller | A method call | 0.0219 | metacpan |
Devel::PerlySense::CallTree::Graph | A GraphViz graph of the CallTree | 0.0219 | metacpan |
Devel::PerlySense::Class | A Perl Class | 0.0219 | metacpan |
Devel::PerlySense::Config::Project | A Project's configuration | 0.0219 | metacpan |
Devel::PerlySense::Config::Project::Default | A Project's default configuration | 0.0219 | metacpan |
Devel::PerlySense::Document | A Perl file/document | 0.0219 | metacpan |
Devel::PerlySense::Document::Api | The methods (and their locations) of a package | 0.0219 | metacpan |
Devel::PerlySense::Document::Api::Method | A method/sub | 0.0219 | metacpan |
Devel::PerlySense::Document::Location | A file name + cursor position | 0.0219 | metacpan |
Devel::PerlySense::Document::Meta | Document information generated during a parse | 0.0219 | metacpan |
Devel::PerlySense::Editor | Integration with editors | 0.0219 | metacpan |
Devel::PerlySense::Editor::Emacs | Integration with Emacs | 0.0219 | metacpan |
Devel::PerlySense::Editor::Vim | Integration with Vim | 0.0219 | metacpan |
Devel::PerlySense::Home | A User Home root directory | 0.0219 | metacpan |
Devel::PerlySense::Plugin::Syntax::Moose | Plugin for parsing Moose syntax constructs | 0.0219 | metacpan |
Devel::PerlySense::Project | A Project root | 0.0219 | metacpan |
Devel::PerlySense::Project::Unknown | A Project null object. | 0.0219 | metacpan |
Devel::PerlySense::Util | Utility routines | 0.0219 | metacpan |
Devel::PerlySense::Util::Log | Log routines | 0.0219 | metacpan |
Devel::TimeThis | Time the duration of a variable until it goes out of scope | 0.0219 | metacpan |