libstrictures-perl 2.000006
Name | libstrictures-perl |
---|---|
Version | 2.000006 |
Summary | strictures - turn on strict and make all warnings fatal |
Description | 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 -- which from my point of view is useless because I want an exception to tell me my code isn't warnings-clean. Any time I see a warning from my code, that indicates a mistake. Any time my code encounters a mistake, I want a crash -- not spew to STDERR and then unknown (and probably undesired) subsequent behaviour. I also want to ensure that obvious coding mistakes, like indirect object syntax (and not so obvious mistakes that cause things to accidentally compile as such) get caught, but not at the cost of an XS dependency and not at the cost of blowing things up on another machine. Therefore, \"strictures\" turns on additional checking, but only when it thinks it's running in a test file in a VCS checkout -- although if this causes undesired behaviour this can be overridden by setting the PERL_STRICTURES_EXTRA environment variable. |
Section | libs |
License | Artistic-1.0 | GPL-1.0+ |
Homepage | https://metacpan.org/pod/strictures |
Recipe file | recipes-perl/libstrictures/libstrictures-perl_2.000006.bb |
Layer | meta-perl (honister branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/strictures-2.000006.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-perl:
Branch | Recipe |
---|---|
master | libstrictures-perl 2.000006 |
scarthgap (Yocto Project 5.0) | libstrictures-perl 2.000006 |
nanbield (Yocto Project 4.3) | libstrictures-perl 2.000006 |
mickledore (Yocto Project 4.2) | libstrictures-perl 2.000006 |
langdale (Yocto Project 4.1) | libstrictures-perl 2.000006 |
kirkstone (Yocto Project 4.0) | libstrictures-perl 2.000006 |
honister (Yocto Project 3.4) | libstrictures-perl 2.000006 (this recipe) |
hardknott (Yocto Project 3.3) | libstrictures-perl 2.000006 |
gatesgarth (Yocto Project 3.2) | libstrictures-perl 2.000006 |
dunfell (Yocto Project 3.1) | libstrictures-perl 2.000006 |
zeus (Yocto Project 3.0) | libstrictures-perl 2.000006 |
warrior (Yocto Project 2.7) | libstrictures-perl 2.000003 |
thud (Yocto Project 2.6) | libstrictures-perl 2.000003 |
sumo (Yocto Project 2.5) | libstrictures-perl 2.000003 |
rocko (Yocto Project 2.4) | libstrictures-perl 2.000003 |
pyro (Yocto Project 2.3) | libstrictures-perl 2.000002 |
morty (Yocto Project 2.2) | libstrictures-perl 2.000002 |
krogoth (Yocto Project 2.1) | libstrictures-perl 2.000002 |
jethro (Yocto Project 2.0) | libstrictures-perl 2.000001 |