view release on metacpan or search on metacpan
requires user input, which is not emulated by Test::Script
0.008 2018-07-21 00:28:13+02:00 Europe/Zurich (TRIAL RELEASE)
- can now also read and encrypt data from STDIN
- switched to Term::ReadPassword::Win32 for receiving passwords
- updated and fixed documentation
0.007 2018-07-20 22:31:33+02:00 Europe/Zurich
- added option --fatinit, allowing to fatpack dependencies
- don't test on windows, since Test::Script seems to have troubles
0.006 2018-07-18 23:27:53+02:00 Europe/Zurich
- warn before overwriting data
- ask password twice when writing
- show password prompt
- copy script to current working directory, if not writable
- updated minor details in docs
0.005 2018-06-16 16:58:54+02:00 Europe/Zurich
- use ReadLine form Term::ReadKey instead of <>
- move source repository to gitlab
- documentation, use bullets in item list
view all matches for this distribution
view release on metacpan or search on metacpan
- [doc] Give description to dupe-files.
- Fix example in Rinci metadata.
- [build] Rebuild with updated Getopt::Long::Util=0.899 to tweak
generated usage line in script POD.
0.137 2022-11-13 Released-By: PERLANCAR; Urgency: low
0.133 2022-05-09 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build] Rebuild with updated tools for nicer POD.
0.132 2020-06-01 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
- [incompatible change] For consistency, rename --count to --show-count.
view all matches for this distribution
view release on metacpan or search on metacpan
0.060 2020-04-29 Released-By: PERLANCAR; Urgency: low
- [build] Rebuild with updated Unix::Passwd::File to remove dependency
to the deprecated Perinci::Sub::ArgEntity::*.
0.05 2016-01-18 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
0.02 2015-09-27 Released-By: PERLANCAR
- [ux] Give positional argument for 'num', for convenience.
- Rebuild with updated DZP:GenPericmdCompleterScript which dumps
coderefs more compatibly with older perls [CT].
0.01 2015-08-31 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
Split generating sub_command config to sepperate method (Ivan Wills)
Added new dependency (Ivan Wills)
Added more ideas of things to do (Ivan Wills)
Added writing cached sub-command config (Ivan Wills)
Converted sub-command logic to being dynamic so that other sub-commands can be added dynamically (Ivan Wills)
Fixed non-updated names and added method to return name and options (Ivan Wills)
Storing name and options with each sub-command (Ivan Wills)
More option documentation (Ivan Wills)
Added missing method/attribute documentation (Ivan Wills)
More option documentation (Ivan Wills)
Added auto_complete method to hide errors (Ivan Wills)
view all matches for this distribution
view release on metacpan or search on metacpan
0.003 2016-08-31 (PERLANCAR)
- No functional changes.
- [build] Rebuild with updated Dist::Zilla::Plugin::Rinci::AddPrereqs
which fixed missing some prereqs.
0.002 2016-08-25 (PERLANCAR)
view all matches for this distribution
view release on metacpan or search on metacpan
- [doc] Mention App::BraveUtils.
0.009 2022-07-24 Released-By: PERLANCAR; Urgency: medium
- Update to App::BrowserUtils 0.017 (updated Sah schema name, add
option --signal to terminate-vivaldi).
0.008 2020-08-18 Released-By: PERLANCAR; Urgency: high
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/WRT.pm view on Meta::CPAN
link => { rel => 'self', href => $feed_url, },
icon => $self->{favicon_url},
author => $self->{author},
id => $self->{url_root},
generator => 'App::WRT.pm / XML::Atom::SimpleFeed',
updated => iso_date(get_mtime($first_entry_file)),
);
foreach my $entry (@entries) {
my $content = $self->{html_cache}{$entry};
if ( $self->{metadata_html_cache}{$entry} ) {
lib/App/WRT.pm view on Meta::CPAN
$feed->add_entry(
title => $self->get_title($entry),
link => $entry_url,
id => $entry_url,
content => $content,
updated => iso_date(get_mtime($entry_file)),
);
}
# Note: This output should be served with
# Content-type: application/atom+xml
view all matches for this distribution
view release on metacpan or search on metacpan
latter no longer trigger major SemVer bumps in the former
- log messages now display the index of the URL they apply to
2.1.0 - 2018-03-15
- update metadata to reflect updated dependencies in the build file
- minor documentation tweaks/fixes
2.0.0 - 2018-03-15
- breaking changes:
- the separator is now opt-in, i.e. `--` is no longer the default separator
- as a result the -S/--no-separator option has been removed
- -d/--debug is now -v/--verbose
- -d is now short for --dir/--directory
- new --cache option: remote resources are only fetched once
- new --mirror option: remote resources are only fetched if they've been updated
- parallelize downloads
- improve tests
0.3.1 - 2011-06-17
view all matches for this distribution
view release on metacpan or search on metacpan
CONTRIBUTING view on Meta::CPAN
CONTRIBUTING.md, LICENSE, README.md
Rendered documentation. Do NOT modify these files directly because
their contents are built from other files. You may commit changes to
these files as long as their source files were updated.
Changes
Lists releases and associated changes.
view all matches for this distribution
view release on metacpan or search on metacpan
bin/docmake view on Meta::CPAN
C<docmake help> .
It aims to be a replacement for xmlto -
L<http://cyberelk.net/tim/software/xmlto/> . As opposed to xmlto,
it is written in Perl, which is easier to get right than xmlto's Bash, and
xmlto hasn't been updated for a long time when I started work on docmake.
=head1 USAGE
The basic invocation of docmake is:
view all matches for this distribution
view release on metacpan or search on metacpan
0.308 2020-03-11
- Update youtube regexes.
- Update manual format userinterface.
0.307 2020-03-08
- Adapt the code to the updated Term::Choose.
0.306 2019-09-05
- Adapt the code to the updated Term::Choose::Util.
0.305 2019-06-30
- Adapt code to work with the updated Term::Choose::LineFold::line_fold.
- Update info output.
0.304 2018-11-30
- MSWin32: set codepage temporarily to 65001.
- Bugfix default quality.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ZFSCurses/Text.pm view on Meta::CPAN
userrefs%This property is set to the number of user holds on this snapshot. User holds are set by using the "zfs hold" command.
volblocksize%For volumes, specifies the block size of the volume. The blocksize cannot be changed once the volume has been written, so it should be set at volume creation time. The default blocksize for volumes is 8 Kbytes. Any power of 2 from 512 by...
written%The amount of referenced space written to this dataset since the previous snapshot.
aclinherit%Controls how ACL entries are inherited when files and directories are created. A file system with an aclinherit property of discard does not inherit any ACL entries. A file system with an aclinherit property value of noallow only inherits ...
aclmode%Controls how an ACL is modified during chmod(2). A file system with an aclmode property of discard (the default) deletes all ACL entries that do not represent the mode of the file. An aclmode property of groupmask reduces permissions granted ...
atime%Controls whether the access time for files is updated when they are read. Turning this property off avoids producing write traffic when reading files and can result in significant performance gains, though it might confuse mailers and other sim...
canmount%If this property is set to off, the file system cannot be mounted, and is ignored by "zfs mount -a". Setting this property to off is similar to setting the mountpoint property to none, except that the dataset still has a normal mountpoint pr...
checksum%Controls the checksum used to verify data integrity. The default value is on, which automatically selects an appropriate algorithm (currently, fletcher4, but this may change in future releases). The value off disables integrity checking on u...
compression%Controls the compression algorithm used for this dataset. Setting compression to on indicates that the current default compression algorithm should be used. The default balances compression and decompression speed, with compression ratio ...
copies%Controls the number of copies of data stored for this dataset. These copies are in addition to any redundancy provided by the pool, for example, mirroring or RAID-Z. The copies are stored on different disks, if possible. The space used by mult...
dedup%Configures deduplication for a dataset. The default value is off. The default deduplication checksum is sha256 (this may change in the future). When dedup is enabled, the checksum defined here overrides the checksum property. Setting the value ...
view all matches for this distribution
view release on metacpan or search on metacpan
0.07 2015-12-18 Released-By: PERLANCAR
- No functional changes.
- [build] Re-build with updated Perinci::To::POD (0.72) which fixes
rendering of examples in modules' POD.
0.06 2015-12-17 Released-By: PERLANCAR
- No functional changes.
- [build] Re-build with updated Perinci::To::POD (0.70) which fixes
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.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/ZofCMS/Plugin/CRUD.pm view on Meta::CPAN
return <<'END_HTML';
<tmpl_if name='create_success'>
<p class="success-message">Item has been successfully added. <a href="<tmpl_var escape='html' name='page'>">Add another one</a></p>
</tmpl_if>
<tmpl_if name='update_success'>
<p class="success-message">Item has been successfully updated. <a href="<tmpl_var escape='html' name='page'>">Back to the form</a></p>
</tmpl_if>
<tmpl_unless name='hide_form'>
<form action="" method="POST" id="crud_<tmpl_if name='is_create'>c<tmpl_else>u</tmpl_if>form"<tmpl_if name='has_files'> enctype="multipart/form-data"</tmpl_if>>
<div>
<input type="hidden" name="page"
view all matches for this distribution
view release on metacpan or search on metacpan
- Preparing for first release
- Corrected POD error
0.009 2023-06-02 23:25:46 BST
- Added abstract
0.008 2019-12-08 01:25:15 GMT
- Added base POE in, updated cpanfile
- Updated several documentation aspects
- Added all defaults in
0.007 2019-12-07 23:36:46 GMT
- Greatly increased documentation to show how the config will be handled
- Added exit on INT to signal handler
view all matches for this distribution
view release on metacpan or search on metacpan
0.04 2016-05-21 (PERLANCAR)
- No functional changes.
- [build] Rebuild with updated Perinci::CmdLine::Inline to add prereq to
missing module Time::Duration::Parse::AsHash.
0.03 2016-05-20 (PERLANCAR)
- Add option --all, just for completeness.
- [doc] Mention Proc::Govern.
- [build][doc] Rebuild with updated Pod::Weaver::Plugin::Rinci &
Perinci::To::Doc to render links from function metadata as See Also
POD section.
0.01 2016-04-17 (PERLANCAR)
view all matches for this distribution
view release on metacpan or search on metacpan
0.0.1 2015-03-06
Another missed dependency (Ivan Wills)
Added missing dependency (Ivan Wills)
Added config for coveralls.io (Ivan Wills)
Changed updated dependency (Ivan Wills)
Large cleanup (Ivan Wills)
Updated requirements and module name (Ivan Wills)
Removed unused modules (Ivan Wills)
Updated code and documentation (Ivan Wills)
Fixed file name (Ivan Wills)
view all matches for this distribution
view release on metacpan or search on metacpan
script/arxiv2bib view on Meta::CPAN
exit;
};
sub entry2hsh($entry) {
my %h;
for (qw(id updated published title summary)) {
$h{$_} = $entry->at($_)->text;
}
$h{'authors'} = $entry->find('author name')->map('text');
$h{'category'} = $entry->find('category')->map(sub {$_->{'term'}});
$h{'abs'} = $entry->at('link[type="text/html"]')->{'href'};
view all matches for this distribution
view release on metacpan or search on metacpan
0.04 2015-01-23 00:25:21 JST
- first release
0.03 2015-01-23 00:23:17 JST
- updated pod
0.02 2015-01-22 23:55:50 JST
- Initial release
view all matches for this distribution
view release on metacpan or search on metacpan
0.11 2015-12-17 Released-By: PERLANCAR
- No functional changes.
- [build] Re-build with updated Perinci::To::POD (0.70) which fixes
rendering of modules' POD with regard to result_naked=1/args_as !=
'hash'.
0.10 2015-08-18 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
}
replace_git_hash_with_tarfile(\@ARGV);
# 1}}}
# Step 1: Initialize global constants. {{{1
#
my $nFiles_Found = 0; # updated in make_file_list
my (%Language_by_Extension, %Language_by_Script,
%Filters_by_Language, %Not_Code_Extension, %Not_Code_Filename,
%Language_by_File, %Scale_Factor, %Known_Binary_Archives,
%EOL_Continuation_re,
);
chdir $cwd;
@ARGV = @extract_location;
} else {
# see if any of the inputs need to be auto-uncompressed &/or expanded
my @updated_ARGS = ();
foreach my $Arg (@ARGV) {
if (is_dir($Arg)) {
push @updated_ARGS, $Arg;
next;
}
my $full_path = "";
if (File::Spec->file_name_is_absolute( $Arg )) {
$full_path = $Arg;
print "mkdir $extract_dir\n" if $opt_v;
print "cd $extract_dir\n" if $opt_v;
chdir $extract_dir;
print $extract_cmd, "\n" if $opt_v;
system $extract_cmd;
push @updated_ARGS, $extract_dir;
chdir $cwd;
} else {
# this is a conventional, uncompressed, unarchived file
# or a directory; keep as-is
push @updated_ARGS, $Arg;
}
}
@ARGV = @updated_ARGS;
# make sure we're not counting any directory containing
# temporary installations of Regexp::Common, Algorithm::Diff
foreach my $d (sort keys %TEMP_INST) {
foreach my $a (@ARGV) {
}
}
}
# 1}}}
my @Errors = ();
my @file_list = (); # global variable updated in files()
my %Ignored = (); # files that are not counted (language not recognized or
# problems reading the file)
my @Lines_Out = ();
if ($opt_diff) {
# Step 4: Separate code from non-code files. {{{1
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/combinesheets.pm view on Meta::CPAN
A program defined by the B<PROGS> is called without any arguments
(C<S> in I<PROGS> stands for a I<Simple>). That's why it does not have
any knowledge for which row it has been invoked. Its usage is,
therefore, for column values that are not dependent on other values
from the spreadsheet. For example, for the C<cars.tsv> shown above,
you can add a column C<Last updated> by calling a UNIX program C<date>
- again, see an example the I<configuration>
section.
A program defined by the B<PROG> is called with one argument which is
a filename. This file contains the current row; each of its lines has
lib/App/combinesheets.pm view on Meta::CPAN
You can see that there is no need to use C<combinesheets> for really
combining I<more> sheets, an input can be just one sheet.
Another example adds a I<fixed> column to the same input, a column
named I<Last updated> that gets its value from a UNIX command
C<date>. This program does not get any information which row it has
been invoked for. The configuration file is now (note the new line
with the B<PROGS>):
MATCH CAR=Owned by
CAR Owned by
CAR Model
CAR Year
PROG age.sh Car age
PROGS date Last updated
and the result is now:
Owned by Model Year Car age Last updated
Gudernova Mini 1968 44 Mon Feb 27 12:32:04 AST 2012
Senger Skoda 2002 10 Mon Feb 27 12:32:04 AST 2012
Someone else Praga 1936 76 Mon Feb 27 12:32:04 AST 2012
The last possibility is to call a Perl subroutine - using the reserved
view all matches for this distribution
view release on metacpan or search on metacpan
thing), and Git::CPAN::Patch is a Batman's utility belt with
documentation that (for me at least) is pretty impenetrable.
* gitpan <https://github.com/gitpan>
Doesn't appear to have been updated in a number of years.
* ggoosen's cpan2git <https://github.com/ggoossen/cpan2git>
The reason I am not using the latter two is that they are designed to
mirror the whole of CPAN/BackPAN, but I'm mostly just interested in one
view all matches for this distribution
view release on metacpan or search on metacpan
- change the default build.log last modification time
check to other thresholds with the new "--max_age"
flag (Marcin Kasperski)
- allow reports coming from the filesystem (jkeenan)
OTHER:
- updated bugtracking meta link
0.18 2023-01-23
OTHER:
- reduced prereq tree by switching from File::HomeDir to
File::HomeDir::Tiny.
- bumping up CTCC dependency
- minor refactoring
0.15 2016-04-24
BUG FIXES:
- updated dependencies
0.14 2016-04-23
NEW FEATURES:
- support for cpanm --installdeps .
- local installations are just skipped now, instead of aborting the
servers. Fixes RT#84794 (thanks Mark Lawrence for reporting!)
- forces dependency on version 0.05 of CPAN::Testers::Common::Client,
which fixes RT#85112 (thanks Lars for reporting!)
OTHER:
- updated docs :)
0.06 2013-04-18
- fixed issue where cpanm-reporter sometimes failed to
find the user's metabase_id.json file (thanks aero
and wizonesolutions for reporting)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cpanminus.pm view on Meta::CPAN
=head2 Troubleshoot: HTTPS warnings
When you run C<curl> commands above, you may encounter SSL handshake
errors or certification warnings. This is due to your HTTP client
(curl) being old, or SSL certificates installed on your system needs
to be updated.
You're recommended to update the software or system if you can. If
that is impossible or difficult, use the C<-k> option with curl.
=head1 DEPENDENCIES
lib/App/cpanminus.pm view on Meta::CPAN
=head1 QUESTIONS
=head2 How does cpanm get/parse/update the CPAN index?
It queries the CPAN Meta DB site at L<http://cpanmetadb.plackperl.org/>.
The site is updated at least every hour to reflect the latest changes
from fast syncing mirrors. The script then also falls back to query the
module at L<http://metacpan.org/> using its search API.
Upon calling these API hosts, cpanm (1.6004 or later) will send the
local perl versions to the server in User-Agent string by default. You
view all matches for this distribution
view release on metacpan or search on metacpan
One of the big features of using the "MetaCPAN" API, is the ability to
filter results into a time bracket.
As such, this application can tell you only about updates that happened
to things you have installed "IF" they've been recently updated.
For instance, one problem I kept facing was this:
$ cpan-outdated
# Broken::Package
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for the module "App::csv2tsv" :
0.58 2021-06-10T12:41+09:00 Note that English manual has not been updated. Japanese only. Sorry!
0.581 2021-06-11T23:03+09:00 "PREREQ_PM" ã 追å ã
-- â¼ 0.58 itself and before :
# 0.51 : è±æããã¥ã¢ã«ãPODå½¢å¼ã«ããã
view all matches for this distribution
view release on metacpan or search on metacpan
0.51 2015-06-17
- better handling of multiline logs
- added --version
- smaller standalone scripts by striping them
- updated documention (thanks szepeviktor!)
- switched to Dist::Zilla
- moved unmaintained emacs mode to contrib
- using oo based iterators with Moo
0.50 2015-02-21
view all matches for this distribution
view release on metacpan or search on metacpan
0.112 2022-10-12 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build] Build with updated toolchain to improve Usage line.
0.111 2022-09-09 Released-By: PERLANCAR; Urgency: low
- No functional changes.
0.104 2021-08-22 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build] Rebuild with updated toolchain to tweak "EXAMPLES" POD
section.
0.103 2021-08-22 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [example] Update example: list-id-holidays -> list-idn-holidays.
- [build] Rebuild with updated toolchain to prettify usage in POD and
move examples to separate "EXAMPLES" POD section.
0.102 2021-01-13 Released-By: PERLANCAR; Urgency: medium
demonstrated in documentation on --strftime option).
0.100 2020-04-30 Released-By: PERLANCAR; Urgency: low
- [build] Rebuild with updated Perinci::Sub::To::CLIDocData to list all
options in CLI usage line.
0.099 2019-11-29 Released-By: PERLANCAR; Urgency: high
view all matches for this distribution