view release on metacpan or search on metacpan
inc/Module/Build/Sqitch.pm view on Meta::CPAN
}
}
}
# If we moved any files, nofify the user that custom templates will need
# to be updated, too.
if ($notify) {
$self->log_warn(q{
#################################################################
# WARNING #
# #
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Standby.pm view on Meta::CPAN
Some services may need additional configuration per users, so you can store additional config
under each user.
Now you need to change the notification order at least once to make sure all remote services
are updated. This happens only when the order is changed.
=head1 PLUGINS
Have a look at the examples directory for some example plugins.
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for App-Stash
0.02 Sat, 20 Nov 2010 19:08:07 +0100
- #63179 added missing dependency on Class::Accessor::Chained::Fast to Build.PL
- updated MANIFEST
0.01 15 Oct 2009
- First version, released on an unsuspecting world.
view all matches for this distribution
view release on metacpan or search on metacpan
- create a patch helper (SP-patch-postinstall) that is executed
after perl and eahc module install to do some important patches.
- rename the cpan-make-inmstall helper to SP-make-install-make.
- write mkbundle to bin/SP-mkbundle.
- new "staticperl perl" command.
- updated small/bigperl to 5.12.3.
1.21 Fri Mar 18 19:21:15 CET 2011
- ok, irix tar has no working -f and freebsd tar goes to a device
by default, so screw irix and go with freebsd.
- some bloke thought it's cool to force dynamic linking on darwin.
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/Module/Build.pm view on Meta::CPAN
or
./Build install --installdirs vendor
If you're installing an updated version of a module that was included
with perl itself (i.e. a "core module"), then you may set
C<installdirs> to "core" to overwrite the module in its present
location.
(Note that the 'script' line is different from C<MakeMaker> -
view all matches for this distribution
view release on metacpan or search on metacpan
0.5.6 2015-01-19
Updating for release of version 0.5.6
Added more items to the package.json file (Ivan Wills)
New builder for gulp module (Ivan Wills)
Licence updated (Ivan Wills)
Updated skipped files (Ivan Wills)
0.5.5 2014-12-28
Updating for release of version 0.5.5
Updated licence (Ivan Wills)
Improved default Moose style (Ivan Wills)
Added configure_requires section (Ivan Wills)
Added default ignore file (Ivan Wills)
Changed default load test to require files (fixes Windows issues) (Ivan Wills)
Fixed YAML syntax (Ivan Wills)
LICENCE updated (Ivan Wills)
0.5.1 2013-05-09
Changed default load test to one that finds all modules and tries to use them
Added manifest test to default module builds
Fixed file generation
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Templer/Site.pm view on Meta::CPAN
$body->param( \%data );
$data{ 'content' } = $body->output();
#
# Make the (updated) global and per-page data available
# to the template object.
#
$tmpl->param( \%data );
#
lib/Templer/Site.pm view on Meta::CPAN
=head2 set
Store/update a key/value pair in our internal store.
This allows the values passed in the constructor to be updated/added to.
=cut
sub set
{
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Test/Generator/SchemaExtractor.pm view on Meta::CPAN
# Side effects: Logs detections to stdout when
# verbose is set.
#
# Notes: Eight default patterns are tried.
# Only parameters already present in
# $params are updated â this method
# does not add new parameters.
# Falls back to extracting all @_
# assignments if $params is empty
# after the main pass.
# --------------------------------------------------
view all matches for this distribution
view release on metacpan or search on metacpan
0.031 2017-04-18
A recent Test::More fix changed a behavior (empty output line removed).
Test and dependency updated.
0.030 2017-04-11
When using 'suiteroots' as URL:s to zip files, use LWP::UserAgent and disable host check for https
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Textcast.pm view on Meta::CPAN
if (($didout > 0) || ($vt_process->{PREVXY} ne $EMPTY_STRING . $vt->x . q{,} . $vt->y))
{
printf "\e[%d;%dH", $vt->y, ($vt->x > $vt->cols ? $vt->cols : $vt->x);
$screen_data .= sprintf "\e[%d;%dH", $vt->y, ($vt->x > $vt->cols ? $vt->cols : $vt->x);
#todo: shouldn't prevxy be updated here?
}
# Make sure the child process has not died.
$vt_process->{DIED} = 1 if (waitpid ($vt_process->{PID}, WNOHANG) > 0);
view all matches for this distribution
view release on metacpan or search on metacpan
- Enable authentication via Config::Identify again.
1.0 2025-12-12 15:22:11+02:00 Europe/Vienna
- Dummy release as module version has not been updated before
0.9 2025-12-12 15:00:11+02:00 Europe/Vienna
- Allow Jira token authentication (Jozef Kutej)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/TimelogTxt/Manual.pod view on Meta::CPAN
I started tracking everything I did at work. After a few days, I had identified
many of the interruptions that prevented me from making progress. I had also
noted that some of my busiest, yet least productive days were almost all
interruptions. I used this information to improve my work and to keep people
updated with why my various projects were not progressing as expected. When I
needed to make faster progress, I had the data to help my manager redirect the
worst of the interruptions.
=head2 The Need for Change
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Toodledo.pm view on Meta::CPAN
$self->task_cache( App::Toodledo::TaskCache->new );
return unless $self->task_cache->exists;
$self->task_cache->fetch;
}
my $fetched = $self->task_cache->last_updated;
my $logstr = "Edited: " . localtime( $ai->lastedit_task )
. ", Deleted: " . localtime( $ai->lastdelete_task )
. " Fetched: " . localtime( $fetched );
if ( $ai->lastedit_task >= $fetched || $ai->lastdelete_task >= $fetched )
{
lib/App/Toodledo.pm view on Meta::CPAN
must be correctly set. No other attributes will be used.
Note: this method is overridden in App::Toodledo::Task.
=head2 $todo->edit( $object )
The given object will be updated in Toodledo to match the one passed.
Note: this method is overridden in App::Toodledo::Task. When the object
is a task, the signature is:
=head2 $todo->edit( $task, [@tasks] )
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Transpierce.pm view on Meta::CPAN
original locations and permissions.
C<diff.sh> script can be run to make sure file contents in C<restore> directory
do not differ from original files. It is recommended to do that before running
C<deploy.sh> script. If there are differences, it's possible that original
files were updated in the meantime and current working environment needs to be
initialized again.
=head2 Taking it with you
App::Transpierce was written with the ability to take it with you in mind. It
view all matches for this distribution
view release on metacpan or search on metacpan
0.003 2017-06-17 Released-By: PERLANCAR
- No functional changes.
- [build] Rebuild with updated Perinci::CmdLine::Dump to show --dry-run
in the POD.
0.002 2017-06-14 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/USBKeyCopyCon.pm view on Meta::CPAN
number of steps completed; and 'y' is an integer indicating the total number
of steps. For example if the script output this line:
{4/8}
the status icon would be updated to indicate 50% complete.
=head1 METHODS
=head2 Constructor
view all matches for this distribution
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/workflow-lint view on Meta::CPAN
# fix_file returns: ($workflow_hashref, $diagnostics_arrayref)
my ($wf, $diags) = $lint->fix_file($file);
if ($write) {
# Write updated workflow back to disk
$lint->{engine}->save_workflow($file, $wf);
print "Applied fixes and wrote updated workflow to $file\n";
}
else {
print "Fixes applied (not written). Use --write to save.\n";
print App::Workflow::Lint::Formatter->format($format, $diags);
}
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