Daizu 0.3 Latest
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 map structure from string or file. (optional_features) [Validation: 1.2]
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- DBI
- Text::VimColor
- 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_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.
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- DBI
- 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).
- configure_prereq_matches_use
-
List all modules used in the Makefile.PL/Build.PL in META.yml configure_requires
Error:
- Module::Build
Modules
Name | Abstract | Version | View |
---|---|---|---|
Daizu | class for accessing Daizu CMS from Perl | 0.3 | metacpan |
Daizu::Feed | class for creating Atom and RSS feeds | metacpan | |
Daizu::File | class representing files in working copies | metacpan | |
Daizu::Gen | default generator class | metacpan | |
Daizu::Gen::Blog | generator for publishing a blog | metacpan | |
Daizu::HTML | functions for handling HTML and XHTML content | metacpan | |
Daizu::Plugin::DisplayPicture | display scaled-down versions of images in articles | metacpan | |
Daizu::Plugin::HeaderAnchor | add anchors to headings in all articles | metacpan | |
Daizu::Plugin::ImageMetadata | add information to 'img' elements | metacpan | |
Daizu::Plugin::PictureArticle | publish image files as articles | metacpan | |
Daizu::Plugin::PodArticle | a plugin for publishing Perl POD documentation on websites | metacpan | |
Daizu::Plugin::RelatedLinks | add information to 'img' elements | metacpan | |
Daizu::Plugin::SyntaxHighlight | a plugin for syntax-highlighting code samples in HTML pages | metacpan | |
Daizu::Plugin::XHTMLArticle | plugin for loading articles written in XHTML | metacpan | |
Daizu::Preview | functions for generating preview versions of output content | metacpan | |
Daizu::Publish | functions for publishing output | metacpan | |
Daizu::Publish::Editor | Subversion editor for creating publishing jobs | metacpan | |
Daizu::Revision | functions for loading revisions from Subversion | metacpan | |
Daizu::TTProvider | fetch TT templates from a Daizu working copy | metacpan | |
Daizu::Test | functions for use by the test suite | metacpan | |
Daizu::Util | various utility functions | metacpan | |
Daizu::Wc | access to database working copies | metacpan | |
Daizu::Wc::UpdateEditor | Subversion editor for updating database working copies | metacpan |
Provides
Name | File | View |
---|---|---|
Daizu::Plugin::PodArticle::Parser | lib/Daizu/Plugin/PodArticle.pm | metacpan |