Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,4413,450项(搜索用时0.005秒)
devel/Test-Warn-0.30 (Score: 0.032514982)
Perl extension to test methods for warnings
Test::Warn provides a few convenience methods for testing warning based code.
devel/Test-Warnings-0.026 (Score: 0.032514982)
Test for warnings and the lack of them
If you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of done_testing to not have to declare a test count, you'll have discovered that these two features do not play well together, as the test count will be calculated before the warnings test is run, resulting in a TAP error. (See examples/test_nowarnings.pl in this distribution for a demonstration.) This module is intended to be used as a drop-in replacement for Test::NoWarnings: it also adds an extra test, but runs this test before done_testing calculates the test count, rather than after. It does this by hooking into done_testing as well as via an END block. You can declare a plan, or not, and things will still Just Work.
devel/Test-XML-Valid-0.04 (Score: 0.032514982)
Validate XML and XHTML
Tests for Valid XHTML (using XML::LibXML). If the XML is not valid, a message will be generated with specific details about where the parser failed.
devel/Test-XML-0.08 (Score: 0.032514982)
Compare XML in perl tests
This module provides tools for testing code which deals with XML. These tools are compatible with the Test::More and Test::Simple modules. At present, there is generic XML comparison support, as well as modules for dealing with XML::SAX, XML::Twig and XML::XPath handlers.
devel/Test-YAML-Meta-0.22 (Score: 0.032514982)
Validation of the META.yml file in a distribution
Test::YAML::Meta - Validation of the META.yml file in a distribution.
devel/Test-YAML-Valid-0.04 (Score: 0.032514982)
Test for valid YAML
This module lets you easily test the validity of YAML.
devel/Test-YAML-1.06 (Score: 0.032514982)
Testing Module for YAML Implementations
Testing Module for YAML Implementations. Test::YAML is a subclass of Test::Base with YAML specific support.
devel/accessors-1.01 (Score: 0.032514982)
Create accessor methods in caller's package
The accessors pragma lets you create simple accessors at compile-time. This saves you from writing them by hand, which tends to result in cut-n-paste errors and a mess of duplicated code. It can also help you reduce the amount of unwanted direct-variable access that may creep into your code base when you're feeling lazy. accessors was designed with laziness in mind. Method-chaining accessors are generated by default. This may be changed in future versions! If you want backwards compatibility use accessors::chained and wait until the dust settles. See accessors::classic for accessors that always return the current value if you don't like method chaining.
devel/aliased-0.31 (Score: 0.032514982)
Use shorter versions of class names
aliased is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly. In the latter case, the name of the subroutine is the last part of the class name.
devel/asa-1.03 (Score: 0.032514982)
Perl extension to say your class/object working like something else
Lets your class/object say it works like something else.