Under maintenance.

Most probably CPANTS databases are being regenerated from scratch due to major changes in Kwalitee metrics or updates of relevant modules/perl. Usually this maintenance takes about a day or two, and some of the information may be old or missing tentatively. Sorry for the inconvenience.

Kwalitee Issues

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_known_license_in_source_file

Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.

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.

Modules

Name Abstract Version View
Lox A Perl implementation of the Lox programming language 0.01 metacpan
Lox::AstPrinter 0.01 metacpan
Lox::Bool 0.01 metacpan
Lox::Callable 0.01 metacpan
Lox::Class 0.01 metacpan
Lox::Environment 0.01 metacpan
Lox::Expr 0.01 metacpan
Lox::Function 0.01 metacpan
Lox::Instance 0.01 metacpan
Lox::Interpreter 0.01 metacpan
Lox::Nil 0.01 metacpan
Lox::Parser 0.01 metacpan
Lox::Resolver 0.01 metacpan
Lox::Scanner 0.01 metacpan
Lox::Stmt 0.01 metacpan
Lox::String 0.01 metacpan
Lox::Token 0.01 metacpan
Lox::TokenType 0.01 metacpan

Provides

Name File View
Lox::Expr::Assign lib/Lox/Expr.pm metacpan
Lox::Expr::Binary lib/Lox/Expr.pm metacpan
Lox::Expr::Call lib/Lox/Expr.pm metacpan
Lox::Expr::Get lib/Lox/Expr.pm metacpan
Lox::Expr::Grouping lib/Lox/Expr.pm metacpan
Lox::Expr::Literal lib/Lox/Expr.pm metacpan
Lox::Expr::Logical lib/Lox/Expr.pm metacpan
Lox::Expr::Lox::Function lib/Lox/Expr.pm metacpan
Lox::Expr::Set lib/Lox/Expr.pm metacpan
Lox::Expr::Super lib/Lox/Expr.pm metacpan
Lox::Expr::This lib/Lox/Expr.pm metacpan
Lox::Expr::Unary lib/Lox/Expr.pm metacpan
Lox::Expr::Variable lib/Lox/Expr.pm metacpan
Lox::False lib/Lox/Bool.pm metacpan
Lox::Stmt::Block lib/Lox/Stmt.pm metacpan
Lox::Stmt::Break lib/Lox/Stmt.pm metacpan
Lox::Stmt::Class lib/Lox/Stmt.pm metacpan
Lox::Stmt::If lib/Lox/Stmt.pm metacpan
Lox::Stmt::Lox::Expression lib/Lox/Stmt.pm metacpan
Lox::Stmt::Lox::Function lib/Lox/Stmt.pm metacpan
Lox::Stmt::Print lib/Lox/Stmt.pm metacpan
Lox::Stmt::Return lib/Lox/Stmt.pm metacpan
Lox::Stmt::Var lib/Lox/Stmt.pm metacpan
Lox::Stmt::While lib/Lox/Stmt.pm metacpan
Lox::True lib/Lox/Bool.pm metacpan

Other Files

MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README.md metacpan
cpanfile metacpan