The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Test::Strict"

Test::Strict - Check syntax, presence of use strict; and test coverage River stage two • 31 direct dependents • 42 total dependents

The most basic test one can write is "does it compile ?". This module tests if the code compiles and play nice with Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. By setting a minimum test cove...

MANWAR/Test-Strict-0.52 - 16 Jun 2019 09:13:14 UTC - Search in distribution

Test::More::Strict - Enforce policies on test results River stage zero No dependents

"Test::More::Strict" allows policies for test results to be enforced. For example you may require that all tests have a non-blank description. You could achieve that like this: # Enforce non-blank test description use Test::More::Strict description =...

ANDYA/Test-More-Strict-0.02 - 09 Jun 2008 19:12:08 UTC - Search in distribution

Test::Apocalypse::Strict - Plugin for Test::Strict River stage one • 1 direct dependent • 1 total dependent

Encapsulates Test::Strict functionality. We also enable the warnings check....

APOCAL/Test-Apocalypse-1.006 - 25 Oct 2014 20:12:24 UTC - Search in distribution

Test::HTML::Tidy::Recursive::Strict - recursively check files in a directory using HTML::T5 while not ignoring warnings. River stage one • 3 direct dependents • 5 total dependents

This is a subclass of Test::HTML::Tidy::Recursive that uses a stricter configuration of HTML::T5 with no warnings ignored. Refer to the Test::HTML::Tidy::Recursive documentation for more usage information....

SHLOMIF/Test-HTML-Tidy-Recursive-0.6.2 - 20 Oct 2020 15:35:51 UTC - Search in distribution

Test::Class::WithStrictPlan - Test::Class with exact and strict plan River stage zero No dependents

*Test::Class::WithStrictPlan* is an extension of the *Test::Class* module. It has exactly the same API, methods and behavior with just one difference in what the plan number specified in "Test" attribute means. In *Test::Class* it means the maximal n...

PALI/Test-Class-WithStrictPlan-0.2 - 09 Jul 2021 19:20:20 UTC - Search in distribution

Test::CPAN::Changes::ReallyStrict - Ensure a Changes file looks exactly like it would if it was machine generated. River stage one • 3 direct dependents • 8 total dependents

This module is for people who want their Changes file to be 1:1 Identical to how it would be if they'd generated it programmatically with CPAN::Changes. This is not for the faint of heart, and will whine about even minor changes of white-space. You a...

KENTNL/Test-CPAN-Changes-ReallyStrict-1.000004 - 07 Mar 2017 11:02:37 UTC - Search in distribution

lib/MooseX/Semantic/Test/StrictPerson.pm River stage zero No dependents

KBA/MooseX-Semantic-0.006 - 26 Aug 2012 22:05:45 UTC - Search in distribution

HTML::Acid - Reformat HTML fragment to strict criteria River stage zero No dependents

Fragments of HTML returned by a rich text editor tend to be not entirely standards compliant. "img" tags tend not to be closed. Paragraphs breaks might be represented by double "br" tags rather than "p" tags. Of course we also need to do all the XSS ...

SILASMONK/HTML-Acid-v0.0.3 - 23 Mar 2011 14:30:49 UTC - Search in distribution

strictures - Turn on strict and make most warnings fatal River stage three • 239 direct dependents • 880 total dependents

I've been writing the equivalent of this module at the top of my code for about a year now. I figured it was time to make it shorter. Things like the importer in "use Moose" don't help me because they turn warnings on but don't make them fatal -- whi...

HAARG/strictures-2.000006 - 10 Mar 2019 22:08:40 UTC - Search in distribution

FormA - Complete Software Test Description for the Tie::FormA Program Module River stage zero No dependents

SOFTDIA/Tie-FormA-0.02 - 03 Jun 2004 06:27:10 UTC - Search in distribution
  • Tie::FormA - access a machine readable database file that minics a hardcopy form

Test - provides a simple framework for writing test scripts River stage five • 145 direct dependents • 15933 total dependents

This module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see....

JESSE/Test-1.26 - 16 Jan 2013 19:28:35 UTC - Search in distribution

tv - Run 'make TEST_VERBOSE=1' on one or more test files River stage zero No dependents

Given one or more test scripts, Perl source code files, directories containing them, or Perl package names, tv tries to select and run the appropriate test scripts using "make test TEST_VERBOSE=1 TEST_FILES=..." where the "..." are the selected test ...

RBS/Test-Verbose-0.01 - 09 Mar 2004 06:36:14 UTC - Search in distribution

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

td - Manipulate table data River stage one • 2 direct dependents • 2 total dependents

What is td? *td* receives table data from standard input and performs an action on it. It has functionality similar to some Unix commands like *head*, *tail*, *wc*, *cut*, *sort* except that it operates on table rows/columns instead of lines/characte...

PERLANCAR/App-td-0.111 - 05 May 2023 00:05:59 UTC - Search in distribution

PGN - Portable Game Notation for Chess River stage one • 2 direct dependents • 2 total dependents

This is the Portable Game Notation Specification and Implementation Guide, as revised on 12th March 1994....

GDR/Games-Chess-0.003 - 07 Jun 1999 12:42:08 UTC - Search in distribution

lcpan - Manage your local CPAN mirror River stage two • 42 direct dependents • 73 total dependents

This application is a convenient bundling of "CPAN::Mini" and an indexer so in addition to creating your local CPAN mirror and installing modules from it, you can also query various things about your local CPAN mirror quickly from the command-line (a...

PERLANCAR/App-lcpan-1.074 - 11 Jan 2024 00:11:13 UTC - Search in distribution

yg - log line filter, like \G of MySQL River stage zero No dependents

"yg" is a log viewer(filter) to show log lines vertically. When you check apache logs, I guess you do like this $ cat apache_log 127.0.0.1 - - [30/Sep/2012:12:34:56 +0900] "GET /foo HTTP/1.0" 200 123 "http://example.com/foo" "Mozilla/5.0" 127.0.0.1 -...

BAYASHI/App-YG-0.063 - 03 Nov 2014 09:04:12 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

CIPP - Reference Manual River stage zero No dependents

This is the reference manual for CIPP, the powerful preprocessor language for embedding Perl and SQL in HTML. This documentation module is part of the CIPP distribution which is available on CPAN. The manual describes CIPP's basic syntax rules, class...

JRED/CIPP-3.0.8 - 27 Oct 2006 13:06:00 UTC - Search in distribution

GBK - Source code filter to escape GBK script River stage zero No dependents

INA/Char-GBK-1.15 - 02 May 2019 03:37:31 UTC - Search in distribution
1,624 results (0.384 seconds)