OP 0.21 Deleted
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: Expected a list structure (author) [Validation: 1.3];License '<undef>' is invalid (license) [Validation: 1.3];Missing mandatory field, 'author' (author) [Validation: 1.3];Missing mandatory field, 'license' (license) [Validation: 1.3]
- has_tests
-
Add tests!
- 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: OP::Enum::Bool, OP::Enum::Consol, OP::Enum::DBIType, OP::Enum::DaysOfWeek, OP::Enum::Inter, OP::Enum::MonthsOfYear, OP::Enum::StatType, OP::Enum::State, OP::Example, OP::ForeignRow, OP::ForeignTable, OP::Log, OP::RRNode, OP::Redefines, OP::Series, OP::SeriesChart, OP::Shell
- 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: OP-0.21/lib/OP/Any.pm -- Around line 114: You forgot a '=back' before '=head1' OP-0.21/lib/OP/Class/Dumper.pm -- Around line 19: You can't have =items (as at line 39) unless the first thing after the =over is an =item OP-0.21/lib/OP/Hash.pm -- Around line 115: You forgot a '=back' before '=head1' OP-0.21/lib/OP/Type.pm -- Around line 162: You forgot a '=back' before '=head1'
- 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.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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.
- 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.
- 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: OP, OP::Constants, OP::Enum::Bool, OP::Enum::Consol, OP::Enum::DBIType, OP::Enum::DaysOfWeek, OP::Enum::Inter, OP::Enum::MonthsOfYear, OP::Enum::StatType, OP::Enum::State, OP::Example, OP::ForeignRow, OP::ForeignTable, OP::Log, OP::RRNode, OP::Redefines, OP::Series, OP::SeriesChart, OP::Shell, OP::Utility
- 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).
- 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 |
|---|---|---|---|
| OP | Compact Perl 5 class prototyping with object persistence | metacpan | |
| OP::Any | Object class wrapper for any type of variable | metacpan | |
| OP::Array | Array object class | metacpan | |
| OP::Bool | Overloaded object class for booleans | metacpan | |
| OP::Class | Root-level "Class" class | 0.21 | metacpan |
| OP::Class::Dumper | Class and object introspection mix-in | metacpan | |
| OP::Code | Object class for code blocks | metacpan | |
| OP::Constants | Loads .oprc values as Perl constants | metacpan | |
| OP::DateTime | Overloaded Time object class | metacpan | |
| OP::Domain | Fully qualified domain name object | metacpan | |
| OP::Double | Scalar-backed overloaded object class for doubles | metacpan | |
| OP::EmailAddr | Overloaded RFC 2822 email address object | metacpan | |
| OP::Enum | C style enumerated types in Perl | metacpan | |
| OP::Enum::Bool | Boolean enumeration | metacpan | |
| OP::Enum::Consol | Series data consolidation type enumeration | metacpan | |
| OP::Enum::DBIType | Database type enumeration | metacpan | |
| OP::Enum::DaysOfWeek | Named days of week (English) | metacpan | |
| OP::Enum::Inter | Interpolation types | metacpan | |
| OP::Enum::MonthsOfYear | Named days of week (English) | metacpan | |
| OP::Enum::StatType | Series statistic type enumeration | metacpan | |
| OP::Enum::State | Criticality enumeration | metacpan | |
| OP::Exceptions | Defines the exceptions which may be thrown inside of OP | metacpan | |
| OP::ExtID | Overloaded object class for foreign base64-encoded GUIDs | metacpan | |
| OP::Float | Overloaded object class for floating point numbers | metacpan | |
| OP::Hash | Hashtable object | metacpan | |
| OP::ID | Overloaded GUID object class | metacpan | |
| OP::IPv4Addr | Overloaded IPv4 address object class | metacpan | |
| OP::Int | Overloaded object class for integers | metacpan | |
| OP::Name | A unique secondary key | metacpan | |
| OP::Node | Abstract storable object class | metacpan | |
| OP::Num | Overloaded object class for numbers | metacpan | |
| OP::Object | Abstract object class | metacpan | |
| OP::Persistence | Serialization mix-in | metacpan | |
| OP::Persistence::Async | Non-blocking statement handle access for OP classes | metacpan | |
| OP::Persistence::MySQL | Handle GlobalDBI setup for MySQL/InnoDB | metacpan | |
| OP::Persistence::SQLite | Handle GlobalDBI setup for SQLite | metacpan | |
| OP::Recur | Object class to represent recurring points in time | metacpan | |
| OP::Recur::At | Time specification object class | metacpan | |
| OP::Recur::Break | Break statement for Recur loops | metacpan | |
| OP::Recur::Each | Time specification object class | metacpan | |
| OP::Recur::Every | Time specification object class | metacpan | |
| OP::Recur::On | Time specification object class | metacpan | |
| OP::Redefines | Runtime overrides for OP | metacpan | |
| OP::Ref | Object class for references | metacpan | |
| OP::Rule | Object class for regular expressions | metacpan | |
| OP::Scalar | Scalar object class | metacpan | |
| OP::Str | Overloaded object class for strings | metacpan | |
| OP::Subtype | Subtype rules for L<OP::Type> instances | metacpan | |
| OP::TimeSpan | Time range object class | metacpan | |
| OP::Type | Type definitions for L<OP::Object> subclass instances | metacpan | |
| OP::URI | Overloaded URI object class | metacpan | |
| OP::Utility | System functions required globally by OP | metacpan |