CGI-Carp-WarningsToBrowser

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "A version of L<CGI::Carp>'s warningsToBrowser() that displays the warnings loudly and boldly",
   "author" : [
      "Dee Newcum <deenewcum@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v3.1.19",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: "A version of L<CGI::Carp>'s warningsToBrowser() that displays the warnings loudly and boldly"
author:
  - 'Dee Newcum <deenewcum@cpan.org>'
build_requires:
  CGI::Carp: '4.00'
  Test::More: '0.98'
configure_requires:
  Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.1.19, CPAN::Meta::Converter version 2.150010'
license: perl

README.md  view on Meta::CPAN

# NAME

CGI::Carp::WarningsToBrowser - A version of [CGI::Carp](https://metacpan.org/pod/CGI%3A%3ACarp)'s warningsToBrowser()
that displays the warnings loudly and boldly

# RATIONALE

The author feels that it's important to expose warnings as early as possible in
the software development lifecycle, preferably by the same developer who created
them, as part of the "[shift left](https://devopedia.org/shift-left)" effort.
"Shift left" basically means that the earlier in the SDLC that a problem can be
found, the cheaper it is to fix it.

# SYNOPSIS

lib/CGI/Carp/WarningsToBrowser.pm  view on Meta::CPAN

package CGI::Carp::WarningsToBrowser;

our $VERSION = 0.02;

=pod

=head1 NAME

CGI::Carp::WarningsToBrowser - A version of L<CGI::Carp>'s warningsToBrowser()
that displays the warnings loudly and boldly

=head1 RATIONALE

The author feels that it's important to expose warnings as early as possible in
the software development lifecycle, preferably by the same developer who created
them, as part of the "L<shift left|https://devopedia.org/shift-left>" effort.
"Shift left" basically means that the earlier in the SDLC that a problem can be
found, the cheaper it is to fix it.

=head1 SYNOPSIS



( run in 1.530 second using v1.01-cache-2.11-cpan-5dc5da66d9d )