CSS-SAC 0.08 Latest
Kwalitee Issues
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- 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.
- 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: CSS::SAC, CSS::SAC::Condition, CSS::SAC::Condition::Attribute, CSS::SAC::Condition::Combinator, CSS::SAC::Condition::Content, CSS::SAC::Condition::Lang, CSS::SAC::Condition::Negative, CSS::SAC::Condition::Positional, CSS::SAC::ConditionFactory, CSS::SAC::LexicalUnit, CSS::SAC::Selector, CSS::SAC::Selector::CharacterData, CSS::SAC::Selector::Conditional, CSS::SAC::Selector::Descendant, CSS::SAC::Selector::Element, CSS::SAC::Selector::Negative, CSS::SAC::Selector::ProcessingInstruction, CSS::SAC::Selector::Sibling, CSS::SAC::Selector::Simple, CSS::SAC::SelectorFactory, CSS::SAC::SelectorList, CSS::SAC::TestWriter, CSS::SAC::Writer
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.03,0.08
- 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 |
---|---|---|---|
CSS::SAC | SAC CSS parser | 0.08 | metacpan |
CSS::SAC::Condition | base class for SAC conditions | 0.03 | metacpan |
CSS::SAC::Condition::Attribute | SAC AttributeConditions | 0.03 | metacpan |
CSS::SAC::Condition::Combinator | SAC CombinatorConditions | 0.03 | metacpan |
CSS::SAC::Condition::Content | SAC ContentConditions | 0.03 | metacpan |
CSS::SAC::Condition::Lang | SAC LangConditions | 0.03 | metacpan |
CSS::SAC::Condition::Negative | SAC NegativeConditions | 0.03 | metacpan |
CSS::SAC::Condition::Positional | SAC PositionalConditions | 0.03 | metacpan |
CSS::SAC::ConditionFactory | the default ConditionFactory | 0.03 | metacpan |
CSS::SAC::LexicalUnit | SAC units | 0.03 | metacpan |
CSS::SAC::Selector | base class for SAC selectors | 0.03 | metacpan |
CSS::SAC::Selector::CharacterData | SAC CharacterDataSelector | 0.03 | metacpan |
CSS::SAC::Selector::Conditional | SAC ConditionalSelector | 0.03 | metacpan |
CSS::SAC::Selector::Descendant | SAC DescendantSelector | 0.03 | metacpan |
CSS::SAC::Selector::Element | SAC ElementSelector | 0.03 | metacpan |
CSS::SAC::Selector::Negative | SAC NegativeSelector | 0.03 | metacpan |
CSS::SAC::Selector::ProcessingInstruction | SAC ProcessingInstructionSelector | 0.03 | metacpan |
CSS::SAC::Selector::Sibling | SAC SiblingSelector | 0.03 | metacpan |
CSS::SAC::Selector::Simple | SAC SimpleSelector | 0.03 | metacpan |
CSS::SAC::SelectorFactory | the default SelectorFactory | 0.03 | metacpan |
CSS::SAC::SelectorList | SAC SelectorLists | 0.03 | metacpan |
CSS::SAC::TestWriter | 0.01 | metacpan | |
CSS::SAC::Writer | 0.03 | metacpan |
Provides
Name | File | View |
---|---|---|
CSS::SAC::DefaultErrorHandler | SAC.pm | metacpan |