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 "dist:Log-Shiras JANDREW"

Log::Shiras - A Moose based logging and reporting tool River stage one • 1 direct dependent • 1 total dependent

Shiras <http://en.wikipedia.org/wiki/Moose#Subspecies> - A small subspecies of Moose found in the western United States (of America). This is one of many loggers <https://metacpan.org/search?q=Log> you can choose from in CPAN. The ultimate goal of th...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Report - Report Role (Interface) for Log::Shiras River stage one • 1 direct dependent • 1 total dependent

This is a simple interface that ensures the report object has an 'add_line' method. It also scrubs the input to 'add_line' method to ensure the message is a hashref with the key message. Finally, it calls a method 'manage_message' if it has been comp...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Types - The Type::Tiny library for Log::Shiras River stage one • 1 direct dependent • 1 total dependent

This is the custom type class that ships with the Log::Shiras package. There are only subtypes in this package! WARNING These types should be considered in a beta state. Future type fixing will be done with a set of tests in the test suit of this pac...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Test2 - Test2 for traffic in the ::Switchboard River stage one • 1 direct dependent • 1 total dependent

This is a class used for testing. It inherits directly from Test2::API without going through Test::Builder. This will feed back to any Test2 rooted test with the understanding that even Test::More now uses Test2 Under the hood. The tests are object o...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Unhide - Unhides Log::Shiras hidden comments in @ISA River stage one • 1 direct dependent • 1 total dependent

This package will strip '###SomeKey' tags from your script after the 'use Log::Shiras::Unhide;' statement. It will also recursivly parse down through any included lower level modules as well. If Log::Shiras::Unhide is called in some lower place it's ...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::TapWarn - Reroute warn to Log::Shiras::Switchboard River stage one • 1 direct dependent • 1 total dependent

This package allows Log::Shiras to be used for code previously written with warn statement outputs. It will re-direct the warn statements using the $SIG{__WARN__} (%SIG) <http://perldoc.perl.org/perlvar.html> handler. Using this mechanisim means that...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::LogSpace - Log::Shiras Role for runtime name-spaces River stage one • 1 direct dependent • 1 total dependent

This attribute is useful to manage runtime Log::Shiras caller namespace. In the case where MyCoolPackage with Log::Shiras lines is used in more than one context then it is possible to pass a context sensitive name to the attribute log_space on intant...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::TapPrint - Reroute print to Log::Shiras::Switchboard River stage one • 1 direct dependent • 1 total dependent

This package allows Log::Shiras to be used for code previously written with print statement outputs. It will re-direct the print statements using the select <http://perldoc.perl.org/functions/select.html> command with IO::Callback. Using this mechani...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Telephone - Send messages with Log::Shiras River stage one • 1 direct dependent • 1 total dependent

This is a convenience wrapper for the method "master_talk( $args_ref )" in Log::Shiras::Switchboard. It also provides some additional function not provided in the leaner and stricter master_talk method. First, the input is more flexible allowing for ...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Report::Stdout - Log::Shiras reporting to screen River stage one • 1 direct dependent • 1 total dependent

This is a simple Report class that can be used to provide troubleshooting output to the screen when running scripts with Log::Shiras content. Attributes None Methods new Definition: This creates a new instance of the Stdout report class. Returns: A r...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Switchboard - Log::Shiras message screening and delivery River stage one • 1 direct dependent • 1 total dependent

Shiras <http://en.wikipedia.org/wiki/Moose#Subspecies> - A small subspecies of Moose found in the western United States (of America). This is the class for message traffic control in the 'Log::Shiras' package. For a general overview of the whole pack...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Report::Upsert - Add data to messages for reports River stage one • 1 direct dependent • 1 total dependent

This is Moose role that can be used by Log::Shiras::Report to massage the message prior to 'add_line' being implemented in the report. It uses the hook built in the to Report role for the method 'manage_message'. There are five ways to affect the pas...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Report::CSVFile - A report base for csv files River stage one • 1 direct dependent • 1 total dependent

This is a report module that can act as a destination in the "reports" in Log::Shiras::Switchboard name-space. It is meant to be fairly flexible and will have most of the needed elements in the class without added roles. An instance of the class can ...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Report::Test2Diag - Log::Shiras Test2 diag output River stage one • 1 direct dependent • 1 total dependent

This is a simple Report class that can be used to provide troubleshooting output to Test2 tests with Log::Shiras content. The goal is for the messages to integrate with the TAP format. Attributes None Methods new Definition: This creates a new instan...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Report::Test2Note - Log::Shiras Test2 note output River stage one • 1 direct dependent • 1 total dependent

This is a simple Report class that can be used to provide troubleshooting output to Test2 tests with Log::Shiras content. The goal is for the messages to integrate with the TAP format. Attributes None Methods new Definition: This creates a new instan...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Shiras::Report::MetaMessage - Add data to messages for reports River stage one • 1 direct dependent • 1 total dependent

This is Moose role that can be used by Log::Shiras::Report to massage the message prior to 'add_line' being implemented in the report. It uses the hook built in the to Report role for the method 'manage_message'. There are five ways to affect the pas...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC
16 results (0.033 seconds)