App-hr

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.260   2018-12-22  Released-By: PERLANCAR

	- Observe COLOR & NO_COLOR.


0.25    2016-06-17  Released-By: PERLANCAR

	- Add hr_r().


0.24    2015-12-28  Released-By: PERLANCAR

	- Observe COLUMNS environment variable.


0.23    2015-08-26  Released-By: PERLANCAR

        - No functional changes.

        - [build] Rebuild with updated
          Pod::Weaver::Section::Completion::PerinciCmdLine (0.13) which

script/_hr  view on Meta::CPAN

Data/ModeMerge.pm,236969,26971,14;7502
Data/ModeMerge/Config.pm,263973,14454,15;8287
Data/ModeMerge/Mode/ADD.pm,278462,2657,16;8811
Data/ModeMerge/Mode/Base.pm,281155,22041,17;8931
Data/ModeMerge/Mode/CONCAT.pm,303234,1741,18;9604
Data/ModeMerge/Mode/DELETE.pm,305013,2738,19;9683
Data/ModeMerge/Mode/KEEP.pm,307787,2463,20;9813
Data/ModeMerge/Mode/NORMAL.pm,310288,2800,21;9932
Data/ModeMerge/Mode/SUBTRACT.pm,313128,3373,22;10076
Data/Sah/Normalize.pm,316531,9925,23;10219
Data/Sah/Resolve.pm,326484,12880,24;10519
Data/Sah/Util/Type.pm,339394,9456,25;10915
Function/Fallback/CoreOrPP.pm,348888,5030,26;11215
Getopt/Long/Negate/EN.pm,353951,5332,27;11410
Getopt/Long/Util.pm,359311,23625,28;11559
Lingua/EN/PluralToSingular.pm,382974,14259,29;12367
Log/ger.pm,397252,12239,30;13114
Log/ger/Filter.pm,409517,1220,31;13486
Log/ger/Filter/Code.pm,410768,1413,32;13553
Log/ger/Format.pm,412207,1364,33;13635
Log/ger/Format/Default.pm,413605,3317,34;13709

script/_hr  view on Meta::CPAN

Sah/Schemas/Rinci.pm,693517,1688,80;22178
String/LineNumber.pm,695234,2512,81;22254
String/PerlQuote.pm,697774,3383,82;22372
String/Wildcard/Bash.pm,701189,15067,83;22497
YAML/Old.pm,716276,3321,84;23003
YAML/Old/Dumper.pm,719624,17730,85;23120
YAML/Old/Dumper/Base.pm,737386,3735,86;23697
YAML/Old/Error.pm,741147,5985,87;23808
YAML/Old/Loader.pm,747159,25286,88;23999
YAML/Old/Loader/Base.pm,772477,1235,89;24770
YAML/Old/Marshall.pm,773741,934,90;24807
YAML/Old/Mo.pm,774698,3416,91;24854
YAML/Old/Node.pm,778139,4692,92;24934
YAML/Old/Tag.pm,782855,240,93;25152
YAML/Old/Types.pm,783121,6708,94;25171

### Clone/PP.pm ###
#package Clone::PP;
#
#use 5.006;
#use strict;

script/_hr  view on Meta::CPAN

#
#=cut
### Data/Dmp.pm ###
### no critic: Modules::ProhibitAutomaticExportation
#
#package Data::Dmp;
#
#our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
#our $DATE = '2022-08-28'; # DATE
#our $DIST = 'Data-Dmp'; # DIST
#our $VERSION = '0.242'; # VERSION
#
#use 5.010001;
#use strict;
#use warnings;
#
#use Scalar::Util qw(looks_like_number blessed reftype refaddr);
#
#require Exporter;
#our @ISA = qw(Exporter);
#our @EXPORT = qw(dd dmp);

script/_hr  view on Meta::CPAN

#=pod
#
#=encoding UTF-8
#
#=head1 NAME
#
#Data::Dmp - Dump Perl data structures as Perl code
#
#=head1 VERSION
#
#This document describes version 0.242 of Data::Dmp (from Perl distribution Data-Dmp), released on 2022-08-28.
#
#=head1 SYNOPSIS
#
# use Data::Dmp; # exports dd() and dmp()
# dd [1, 2, 3]; # prints "[1,2,3]"
# $var = dmp({a => 1}); # -> "{a=>1}"
#
#Print truncated dump (capped at L</$Data::Dmp::OPT_MAX_DUMP_LEN_BEFORE_ELLIPSIS>
#characters):
#

script/_hr  view on Meta::CPAN

#            return 1 if $prev->isa( tok 'Word' )       and $next->isa( tok 'Cast' );             # exists &$_
#            return 0;
#        },
#
#        trailing_whitespace => sub {
#            my ( $top, $current ) = @_;
#            return 0 if !$current->isa( tok 'Whitespace' );
#            my $prev = $current->previous_token;
#
#            return 1 if $prev->isa( tok 'Structure' );                                           # ;[\n\s]
#            return 1 if $prev->isa( tok 'Operator' ) and $prev->content =~ /\W$/;                # = 0.24
#            return 1 if $prev->isa( tok 'Quote::Double' );                                       # " .
#            return 1 if $prev->isa( tok 'Quote::Single' );                                       # ' }
#
#            return 0;
#        },
#
#        double_semicolon => sub {
#            my ( $top, $current ) = @_;
#            return 0 if !$current->isa( tok 'Structure' );
#            return 0 if $current->content ne ';';



( run in 1.541 second using v1.01-cache-2.11-cpan-7add2cbd662 )