view release on metacpan or search on metacpan
rendering of modules' POD with regard to result_naked=1/args_as !=
'hash'.
0.05 2015-12-17 Released-By: PERLANCAR
- No functional changes.
- [build] Rebuild with updated Pod::Weaver::Plugin::Rinci (0.50),
Perinci::Sub::ConvertArgs::Argv (0.07), and
Perinci::Sub::To::CLIDocData (0.24) which produces nicer/correct
command-line in examples.
0.04 2015-11-28 Released-By: PERLANCAR
- Switch to Perinci::CmdLine::Inline for faster startup, allow
multiple arguments.
0.03 2015-11-28 Released-By: PERLANCAR
script/_chinese-zodiac-of view on Meta::CPAN
Mo/exporter.pm,455617,176,55;15151
Mo/import.pm,455814,185,56;15155
Mo/importer.pm,456022,207,57;15159
Mo/is.pm,456246,228,58;15163
Mo/nonlazy.pm,456496,129,59;15167
Mo/option.pm,456646,259,60;15171
Mo/required.pm,456928,340,61;15175
Mo/xs.pm,457285,256,62;15179
Module/Installed/Tiny.pm,457574,7196,63;15183
Perinci/Sub/Complete.pm,464802,55886,64;15418
Perinci/Sub/GetArgs/Argv.pm,520724,55430,65;17015
Perinci/Sub/GetArgs/Array.pm,576191,7479,66;18508
Perinci/Sub/Normalize.pm,583703,7303,67;18768
Perinci/Sub/Util.pm,591034,21083,68;19003
Perinci/Sub/Util/Args.pm,612150,6274,69;19764
Perinci/Sub/Util/ResObj.pm,618459,1545,70;20018
Perinci/Sub/Util/Sort.pm,620037,1957,71;20079
Regexp/Stringify.pm,622022,5418,72;20170
Sah/Schema/rinci/function_meta.pm,627482,7126,73;20367
Sah/Schema/rinci/meta.pm,634641,3699,74;20633
Sah/Schema/rinci/result_meta.pm,638380,3586,75;20797
script/_chinese-zodiac-of view on Meta::CPAN
#This software is copyright (c) 2020, 2019, 2017, 2016, 2015, 2014 by perlancar@cpan.org.
#
#This is free software; you can redistribute it and/or modify it under
#the same terms as the Perl 5 programming language system itself.
#
#=cut
### Complete/Path.pm ###
#package Complete::Path;
#
#our $DATE = '2017-07-03'; # DATE
#our $VERSION = '0.24'; # VERSION
#
#use 5.010001;
#use strict;
#use warnings;
#
#use Complete::Common qw(:all);
#
#our $COMPLETE_PATH_TRACE = $ENV{COMPLETE_PATH_TRACE} // 0;
#
#require Exporter;
script/_chinese-zodiac-of view on Meta::CPAN
#=pod
#
#=encoding UTF-8
#
#=head1 NAME
#
#Complete::Path - Complete path
#
#=head1 VERSION
#
#This document describes version 0.24 of Complete::Path (from Perl distribution Complete-Path), released on 2017-07-03.
#
#=head1 DESCRIPTION
#
#=head1 FUNCTIONS
#
#
#=head2 complete_path
#
#Usage:
#
script/_chinese-zodiac-of view on Meta::CPAN
#
#=cut
### Data/Dmp.pm ###
### no critic: Modules::ProhibitAutomaticExportation
#
#package Data::Dmp;
#
#our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
#our $DATE = '2020-04-07'; # DATE
#our $DIST = 'Data-Dmp'; # DIST
#our $VERSION = '0.240'; # 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/_chinese-zodiac-of 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.240 of Data::Dmp (from Perl distribution Data-Dmp), released on 2020-04-07.
#
#=head1 SYNOPSIS
#
# use Data::Dmp; # exports dd() and dmp()
# dd [1, 2, 3]; # prints "[1,2,3]"
# $a = dmp({a => 1}); # -> "{a=>1}"
#
#Print truncated dump (capped at L</$Data::Dmp::OPT_MAX_DUMP_LEN_BEFORE_ELLIPSIS>
#characters):
#
script/_chinese-zodiac-of 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 ';';
script/_zodiac-of view on Meta::CPAN
Mo/exporter.pm,455617,176,55;15151
Mo/import.pm,455814,185,56;15155
Mo/importer.pm,456022,207,57;15159
Mo/is.pm,456246,228,58;15163
Mo/nonlazy.pm,456496,129,59;15167
Mo/option.pm,456646,259,60;15171
Mo/required.pm,456928,340,61;15175
Mo/xs.pm,457285,256,62;15179
Module/Installed/Tiny.pm,457574,7196,63;15183
Perinci/Sub/Complete.pm,464802,55886,64;15418
Perinci/Sub/GetArgs/Argv.pm,520724,55430,65;17015
Perinci/Sub/GetArgs/Array.pm,576191,7479,66;18508
Perinci/Sub/Normalize.pm,583703,7303,67;18768
Perinci/Sub/Util.pm,591034,21083,68;19003
Perinci/Sub/Util/Args.pm,612150,6274,69;19764
Perinci/Sub/Util/ResObj.pm,618459,1545,70;20018
Perinci/Sub/Util/Sort.pm,620037,1957,71;20079
Regexp/Stringify.pm,622022,5418,72;20170
Sah/Schema/rinci/function_meta.pm,627482,7126,73;20367
Sah/Schema/rinci/meta.pm,634641,3699,74;20633
Sah/Schema/rinci/result_meta.pm,638380,3586,75;20797
script/_zodiac-of view on Meta::CPAN
#This software is copyright (c) 2020, 2019, 2017, 2016, 2015, 2014 by perlancar@cpan.org.
#
#This is free software; you can redistribute it and/or modify it under
#the same terms as the Perl 5 programming language system itself.
#
#=cut
### Complete/Path.pm ###
#package Complete::Path;
#
#our $DATE = '2017-07-03'; # DATE
#our $VERSION = '0.24'; # VERSION
#
#use 5.010001;
#use strict;
#use warnings;
#
#use Complete::Common qw(:all);
#
#our $COMPLETE_PATH_TRACE = $ENV{COMPLETE_PATH_TRACE} // 0;
#
#require Exporter;
script/_zodiac-of view on Meta::CPAN
#=pod
#
#=encoding UTF-8
#
#=head1 NAME
#
#Complete::Path - Complete path
#
#=head1 VERSION
#
#This document describes version 0.24 of Complete::Path (from Perl distribution Complete-Path), released on 2017-07-03.
#
#=head1 DESCRIPTION
#
#=head1 FUNCTIONS
#
#
#=head2 complete_path
#
#Usage:
#
script/_zodiac-of view on Meta::CPAN
#
#=cut
### Data/Dmp.pm ###
### no critic: Modules::ProhibitAutomaticExportation
#
#package Data::Dmp;
#
#our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
#our $DATE = '2020-04-07'; # DATE
#our $DIST = 'Data-Dmp'; # DIST
#our $VERSION = '0.240'; # 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/_zodiac-of 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.240 of Data::Dmp (from Perl distribution Data-Dmp), released on 2020-04-07.
#
#=head1 SYNOPSIS
#
# use Data::Dmp; # exports dd() and dmp()
# dd [1, 2, 3]; # prints "[1,2,3]"
# $a = dmp({a => 1}); # -> "{a=>1}"
#
#Print truncated dump (capped at L</$Data::Dmp::OPT_MAX_DUMP_LEN_BEFORE_ELLIPSIS>
#characters):
#
script/_zodiac-of 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 ';';