-
- Distribution: Catmandu
- Module version: 1.2015
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (36)
- Testers (147 / 0 / 2)
- Kwalitee
- 87.53% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
- 24 month
- Tools
- Download (813.57Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 18 contributors
- Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>
- Christian Pietsch
-
Dave Sherohman
- Doug Bell
- EC2 Default User
-
Jakob Voß
-
Johann Rolschewski
- Magnus Enger
- Matthias Vandermaesen
-
Mohammad S Anwar
-
Nicolas Franck
-
Patrick Hochstenbach
- Pieter De Praetere
- Snorri Briem
- Stefan Weil
- Tom Hukins
-
Upasana Shukla
-
Vitali Peil
- Dependencies
- Any::URI::Escape
- App::Cmd
- asa
- CGI::Expand
- Class::Method::Modifiers
- Clone
- Config::Onion
- Cpanel::JSON::XS
- Data::Compare
- Data::Util
- Hash::Merge::Simple
- HTTP::Request
- IO::Handle::Util
- List::MoreUtils
- Log::Any
- Log::Any::Adapter
- LWP::UserAgent
- MIME::Types
- Module::Build
- Module::Info
- Moo
- MooX::Aliases
- namespace::clean
- Package::Stash
- Parser::MGC
- Path::Iterator::Rule
- Path::Tiny
- Role::Tiny
- Role::Tiny::With
- String::CamelCase
- Sub::Exporter
- Sub::Quote
- Text::CSV
- Text::Hogan::Compiler
- Throwable
- Time::HiRes
- Try::Tiny::ByClass
- Unicode::Normalize
- URI
- URI::Template
- UUID::Tiny
- YAML::XS
- CPAN Testers List
- Reverse dependencies
- Dependency graph
NAME
Catmandu::Fix::Condition::is_false - only execute fixes if all path values are the boolean false, 0 or "false"
SYNOPSIS
if is_false(data.*.has_error)
...
end
# strict only matches a real bool, not 0 or "0" or "false"
if is_false(data.*.has_error, strict: 1)
...
end
SEE ALSO
Module Install Instructions
To install Catmandu::Fix::Condition::is_false, copy and paste the appropriate command in to your terminal.
cpanm Catmandu
perl -MCPAN -e shell install Catmandu
For more information on module installation, please visit the detailed CPAN module installation guide.