view release on metacpan or search on metacpan
lib/App/Mxpress/PDF.pm view on Meta::CPAN
Returns the html - single page application.
=head2 /api/login
Authenticate to the api, the default username and password is username and password. This can be updated
inside of the conf.yml file.
header('Token', $csrf_token);
post('/api/login', {
username => Types::Standard::Optional->of(Str),
view all matches for this distribution
view release on metacpan or search on metacpan
0.019 2019-12-24 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build] Rebuild with updated Perinci::Sub::To::CLIDocData which shows
the more helpful --no-dry-run in help/POD for scripts that run in
dry-run mode by default (e.g. mysql-drop-all-tables).
0.018 2019-04-26 Released-By: PERLANCAR
0.007 2017-06-17 Released-By: PERLANCAR
- No functional changes.
- [build] Rebuild with updated Perinci::CmdLine::Dump to show --dry-run
in the POD.
0.006 2017-06-15 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
- dist and docs corrected
0.6.0 2018-07-31
- ndproc-Insert: replace whole structure if path opt omitted
- ndproc-Remove: throw error when no one path specified to remove
- all: Struct::Path::PerlStyle updated to 0.90
0.5.9 2018-07-03
- tests fixed (YAML::XS version check)
0.5.8 2018-07-02
- nddiff: --{A,N,O,R,U} opts added, --full opt is deprecated
- nddiff: text diff formatter refactored, header fixed
- nddiff, ndquery: grep fixed for lists
- ndquery: --md5 output for STDIN fixed
- ndquery: --items opt renamed to --keys
- depends updated: Struct::Diff 0.96
0.5.3 2018-03-11
- nddiff: validate diff when --show opt used
- nddiff: don't print diff header when --quiet opt used
- nddiff: grep failures fixed on unexisted substructures
- nddiff: diff multiple arguments supported
- all: get rid of global @ARGV usage
- dist fixed (prereqs, docs, cpants errors, etc)
0.5.0 2018-01-22
- Struct::* depends updated, related code fixed
- ndquery: --nopretty fixed
- nddiff: alert for deprecated '<<' hook in path removed
- nddiff: deprecated opt --path removed
- First cpan release.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Netdisco/JobQueue.pm view on Meta::CPAN
=head2 jq_complete( $job )
Marks a job as complete. The C<$job> parameter must be an object which
implements the Netdisco job instance interface (see below). The queue item's
status, log and finished fields will be updated from the passed C<$job>.
Returns true if successful else returns false.
=head2 jq_insert( \%job | [ \%job, \%job ...] )
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Netsync.pm view on Meta::CPAN
}
}
}
}
# Show the user how many nodes have been updated if necessary.
unless ($config{'Quiet'}) {
print $successful_update_count if $config{'Verbose'};
print ' successful';
print ' ('.$failed_update_count.' failed)' if $failed_update_count > 0;
print "\n";
view all matches for this distribution
view release on metacpan or search on metacpan
0.02 Mar 25th 2010
As per feature request via RT #55257:
Derivable post content allowed - thanks AEvar
0.03 Apr 8th 2010
Fixed changes file and updated verison.
0.04 Sep 23rd 2010
Fixed RT #61565 for installs on system without Module::Install
view all matches for this distribution
view release on metacpan or search on metacpan
- App-Nopaste-Service-AnyPastebin solved RT#55257. This makes my
code a lot simpler.
0.05 2010-03-05 14:05:48
- 0.04 but with updated Changes
0.04 2010-03-05 13:41:36
- Use Dist::Zilla Git plugins again, I fail.
view all matches for this distribution
view release on metacpan or search on metacpan
1.009 2017-04-13 22:08:42Z
- fixed arguments for the Mojopaste service, to work with the default
service provider at thorsen.pm (PR#14, Andrew Rodland)
1.008 2017-02-27 01:05:29Z
- updated paste URLs for Debian and Ubuntu services (RT#120369, Gregor
Herrmann)
- deprecation warning added to the now-defunct Codepeek service
1.007 2016-09-16 02:26:28Z
- fix handling of filename option in the Gist command (Zakariyya
- bumped the minimum version needed for the (optional) prerequisite
WWW::Pastebin::PastebinCom::Create, to avoid errors in previous
versions (thanks, Zoffix!)
0.94 2014-01-18 22:13:29Z
- updated and fixed debian and ubuntu language mappings (haarg, PR#1)
0.93 2014-01-14 00:41:21Z
- packaging converted to Dist::Zilla; handling of optional features
fixed (see RT#91053)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Office/CMS.pm view on Meta::CPAN
=item o I added a field to update_page_form, but it's data vanishes.
Basdically, copy the code dealing with 'homepage'.
At the very least, ensure you've updated:
=over 4
=item o App::Office::CMS::Util::Create.create_pages_table()
lib/App/Office/CMS.pm view on Meta::CPAN
=item o CustomPage.pm
You write *::Controller::CustomPage.pm, based (obviously) on *::Controller::Page.pm.
You can still let *::View::Page process your updated page.tx and page.js
templates. See below for details.
=item o Validator.pm
This is C<App::Office::CMS::Util::Validator>. You'll have to edit the
lib/App/Office/CMS.pm view on Meta::CPAN
=item o Enhance New Site tab with an Edit Site button
This saves the user the effort of going to the Search tab to find a site or design
=item o When clicking on the site map, the Edit Pages fields are updated, but the Edit Content fields are not
=item o Add an option, perhaps, to escape entities when inputting HTML
=item o Adopt DBIx::Connector
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Office/Contacts.pm view on Meta::CPAN
=item o 1 to 4 phone numbers per person or organization
=item o Installers can provide their own FAQ page
=item o On-screen information hidden in tabs is updated if appropriate
For example, if you add a person to the staff list for an organization, and the details for that person
are on another, hidden, tab (the organization tab must have the focus), then the list of occupations for
that peson is updated as soon as they are added.
=item o jQuery-style autocomplete is used for various fields
The list of fields which support autocomplete are listed both on the appropriate forms and on the default
FAQ page.
=item o An add-on package supports importing vCards, as probably output by your email client
=item o An add-on package supports donations per person and per organization
But L<App::Office::Contacts::Donations> has not yet been updated to match V 2.00 of C<App::Office::Contacts>.
=back
Screen shots:
view all matches for this distribution
view release on metacpan or search on metacpan
secureContents:
password: you-wish
securityLevel: SL5
title: Foo
typeName: passwords.Password
updatedAt: 1234567890
uuid: FD7E562E94D447DCB8F3C3825F8471D9
All the fields you see come from the 1Password export, except for _id
that is added by 1pif.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Oozie/Update/Coordinator.pm view on Meta::CPAN
}
next TRY;
}
$logger->info(
sprintf 'Coordinator %s updated%s',
$self->coord,
$self->dryrun ? ' (dryrun)' : EMPTY_STRING,
);
last TRY;
}
if ( ! $success ) {
$logger->fatal(
sprintf 'Coordinator %s was NOT updated%s.',
$self->coord,
$self->dryrun ? ' (dryrun)' : EMPTY_STRING,
);
if ( $last_out ) {
$logger->fatal( $last_out );
lib/App/Oozie/Update/Coordinator.pm view on Meta::CPAN
my @vtuple = split m{ \Q-cdh\E }xms, $oozie_build;
$oozie_version = shift @vtuple || die sprintf 'Unable to determine the Oozie server version from %s', $oozie_build;
$oozie_cdh_version = shift @vtuple || die sprintf 'Unable to determine the Oozie server CDH version from %s', $oozie_build;
$current_coord_user = $job->{user} || die sprintf 'Failed to locate the user running %s', $coord;
$current_xml = $job->{conf} || die sprintf 'No configuration for the job: %s', $coord;
# If you extend the coordinator, then this data gets updated but the
# XML config will retain the old and meaningless record. While
# it should be fine for the startTime, it will be bogus for the endTime
# and our shifting logic/workaround will not do anything and in fact
# the server will respond with an "Error: E0803" even when you want
# to update everything but the scheduling. For some reason XML conf
# does not get updated.
#
$meta_startTime = $job->{startTime} || die sprintf 'No startTime set for the job: %s', $coord;
$meta_endTime = $job->{endTime} || die sprintf 'No endTime set for the job: %s', $coord;
my $path = $job->{coordJobPath} || die sprintf 'No coordJobPath defined for the job: %s', $coord; # shouldn't happen
my $hdfs_dest = $self->default_hdfs_destination;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Open/Backend.pm view on Meta::CPAN
=head1 EXAMPLES
Please look at App::Open::Backend::Dummy for a very basic rundown of
the API. This is what's used to test the backend interface
functionality, and as such will remain updated along with this
document concerning any changes to the API.
If you'd like something with more meat, App:;Open::Backend::YAML is
fully functional and relatively simple to understand.
view all matches for this distribution
view release on metacpan or search on metacpan
- [doc] Mention App::BraveUtils.
0.007 2022-07-24 Released-By: PERLANCAR; Urgency: medium
- Update to App::BrowserUtils 0.017 (updated Sah schema name, add
option --signal to terminate-opera).
0.006 2020-08-18 Released-By: PERLANCAR; Urgency: high
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/PDF/Link.pm view on Meta::CPAN
Blue Moon.mscz
Then two clickable icons will be added to page 24 of the document,
leading to these two files.
Upon completion, the updated PDF is written out under the specified name.
When invoked with the B<--targets> option, all specified PDF files get
links inserted to the targets on the first page. If there is only one
PDF file you can use the B<--pdf> option to designate the name of the
new PDF document, otherwise all PDF files are updated (rewritten.
=head1 OPTIONS
Note that all sizes and dimensions are in I<points> (72 points per inch).
=over 8
=item B<--pdf=>I<XXX>
Specifies the updated PDF to be written.
=item B<--embed>
Normally links are inserted into the PDF document that point to files
on disk. To use the links from the PDF document, the target files must
lib/App/PDF/Link.pm view on Meta::CPAN
B<--embed> the problem does not occur.
=item B<--targets=>I<FILE1> [ B<;> I<FILE2> ... ]
Explicitly specifies the target files to link to. In this case no CSV
is processed and the input PDF(s) are updated (rewritten) unless
B<--pdf> is used to designate the output PDF name.
=item B<--help>
Prints a brief help message and exits.
view all matches for this distribution
view release on metacpan or search on metacpan
bin/pft-edit view on Meta::CPAN
When the editor is terminated the file content is evaluated. A warning will
be issued if the header is invalid. If the file completely empty (zero
bytes) it will be removed from the filesystem. If the header is valid but
not consistent with the position in the filesystem (e.g. the date was
manually changed) the file position is updated according to the header.
=head2 The content header
Each entry starts with a header in I<YAML> format. The header defines the
properties of the entries. Valid properties with their descriptions follow
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/PM/Website.pm view on Meta::CPAN
Use C<pm-website> to render and maintain an up-to-date info page
for your Perl Monger group!
L<PM.org|http://pm.org> provides free hosting for perl monger groups.
Pages must be updated with webDAV and server-side scripts are not
allowed. C<pm-website> will update and install a static, template-driven
page via webDAV with minimal effort. Spend less time while creating a
more useful front page. Everyone wins!
=head1 COMMANDS
view all matches for this distribution
view release on metacpan or search on metacpan
script/password_manager view on Meta::CPAN
}
} elsif (@edit_args == 2) {
my ($login, $new_password) = @edit_args;
eval {
$manager->edit_password($login, $new_password);
print "Password for '$login' updated successfully.\n";
};
if ($@) {
print "Error: $@\n";
}
} elsif ($copy) {
view all matches for this distribution
view release on metacpan or search on metacpan
0.15 2017-01-17
- updated dist.ini
0.14 2017-01-16
- updated dist.ini
0.13 2017-01-09
- fixed. :D
0.12 2017-01-09
view all matches for this distribution
view release on metacpan or search on metacpan
t/02-retrieve.t view on Meta::CPAN
my ($out, $err) = output_from {
eval { App::Pastebin::sprunge->new->run };
print STDERR $@;
};
skip 'Test needs to be updated; email doherty@cpan.org', 1
if $err and $err =~ /No such paste/;
like $out => qr/ohaithar/, 'Paste retrieved - and done correctly';
}
view all matches for this distribution
view release on metacpan or search on metacpan
CopyrightYears.pm view on Meta::CPAN
my $opts_hr = {
'prefix_glob' => '.*\(c\)\s+',
};
my $update_file = 0;
foreach (my $i = 0; $i < @license; $i++) {
my $updated = update_years($license[$i], $opts_hr,
$self->{'_opts'}->{'y'});
if ($updated) {
$license[$i] = $updated;
$update_file = 1;
}
}
if ($update_file) {
barf($license, (join '', @license));
view all matches for this distribution
view release on metacpan or search on metacpan
1.08 Tue Apr 7 10:05:00 2021
- .plshrc file in $HOME
- Semicolon not required with environment variable PERLSHELL_SEMIOFF=1
1.07 Thu Mar 26 10:05:00 2020
- `perldoc` command added and `ls` updated for multiple options
- Better COMMAND definition in hash for EXPORT and `help`
1.06 Tue Mar 10 23:05:00 2020
- Unbalanced ({[]}) can now execute with single semicolon ";" at
"More?" prompt
1.05 Thu Jun 6 14:05:00 2019
- App::PerlShell::Plugin::File
1.04 Thu May 3 14:05:00 2018
- AddOn => Plugin
- Fixed some POD mistakes and updated examples
- bin/plsh.pl SKIPVARS updated
1.03 Thu Apr 26 14:05:00 2018
- Added App::PerlShell::AddOn::Gnuplot from PPC::Plugin::Gnuplot
1.02 Wed Mar 21 14:05:00 2018
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Phoebe.pm view on Meta::CPAN
$stream->write("<id>$link</id>\n");
$seen{$name . "\x1c"} = 1;
}
my ($sec, $min, $hour, $mday, $mon, $year) = gmtime($ts); # 2003-12-13T18:30:02Z
$ts = sprintf("%04d-%02d-%02dT%02d:%02d:%02dZ", $year + 1900, $mon + 1, $mday, $hour, $min, $sec);
$stream->write("<updated>$ts</updated>\n");
$feed_ts = $ts if $ts gt $feed_ts;
$stream->write("<author><name>$code</name></author>\n");
$stream->write("</entry>\n");
}
$stream->write("<updated>$feed_ts</updated>\n");
$stream->write("</feed>\n");
}
sub serve_blog_atom {
my $stream = shift;
lib/App/Phoebe.pm view on Meta::CPAN
$stream->write("<link href=\"$link\"/>\n");
$stream->write("<id>$link</id>\n");
$stream->write(encode_utf8 "<content type=\"text\">" . quote_html(text($stream, $host, $space, $id)) . "</content>\n");
my ($sec, $min, $hour, $mday, $mon, $year) = gmtime($changes->{$id}); # 2003-12-13T18:30:02Z
my $ts = sprintf("%04d-%02d-%02dT%02d:%02d:%02dZ", $year + 1900, $mon + 1, $mday, $hour, $min, $sec);
$stream->write("<updated>$ts</updated>\n");
$feed_ts = $ts if $ts gt $feed_ts;
$stream->write("</entry>\n");
}
$stream->write("<updated>$feed_ts</updated>\n");
$stream->write("</feed>\n");
}
sub serve_raw {
my $stream = shift;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/PhotoDB/funcs.pm view on Meta::CPAN
=item * C<$log> Write an event to the database log. Defaults to C<1>.
=head4 Returns
The number of rows updated
=cut
sub updaterecord {
# Pass in a hashref of arguments
lib/App/PhotoDB/funcs.pm view on Meta::CPAN
# Dump data for debugging
print "\n\nThis is what I will update into $table where:\n" unless $silent;
print Dump($where) unless $silent;
print Dump($data) unless $silent;
print "\n$rowcount records will be updated\n" unless $silent;
print "\n" unless $silent;
# Build query
my $sql = SQL::Abstract->new;
my($stmt, @bind) = $sql->update($table, $data, $where);
view all matches for this distribution
view release on metacpan or search on metacpan
script/_pick view on Meta::CPAN
#formatting like Log::Contextual. This eases code migration and teamwork. Each
#module author can preserve her own logging style, if wanted, and all the modules
#still use the same framework.
#
#B<Dynamic.> Outputs and levels can be changed anytime during run-time and logger
#routines will be updated automatically. This is useful in situation like a
#long-running server application: you can turn on tracing logs temporarily to
#debug problems, then turn them off again, without restarting your server.
#
#B<Interoperability.> There are modules to interop with Log::Any, either consume
#Log::Any logs (see L<Log::Any::Adapter::LogGer>) or produce logs to be consumed
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Plog.pm view on Meta::CPAN
my $xml_atom_feed = XML::Atom::SimpleFeed->new
(
id => 0,
title => 'Plog Feed',
link => $page,
updated => $now_string ,
author => 'App::Plog',
) ;
while(my ($name, $entry) = each %{$entries})
{
lib/App/Plog.pm view on Meta::CPAN
$xml_atom_feed->add_entry
(
title => $name, #
link => "$page#$entry->[-1]{commit}",
id => $entry->[-1]{commit},
updated => $entry_date_string ,
#~ summary => 'Summary',
) ;
}
write_file("$temporary_directory/rss.xml", $xml_atom_feed->as_string()) ;
view all matches for this distribution
view release on metacpan or search on metacpan
0.43 Thu May 19 15:40:10 GMT 2011
- Fix the interactive help message, it implied that commas weren't
needed in lists
- ReadLine.pm: Only restore stdio when we have been unregistered from
all IRC components
- The network name in the ReadLine UI wasn't getting updated when
running without a configuration file
0.42 Thu Apr 28 22:45:16 GMT 2011
- Fix the same exec() problem as in the previous release, this time under
--daemonize, because we were closing STDOUT/STDERR before redirecting
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Pods2Site.pm view on Meta::CPAN
$sitebuilder->makeSite($args, $podCopier->getWorkGroups(), $partCounts, $mainpage);
$args->finish();
my $style = $args->getStyle();
my $updatedOrCreated = $args->getUpdating() ? 'updated' : 'created';
print "Site $updatedOrCreated in '$siteDir' using style '$style'.\n" if $args->isVerboseLevel(0);
chdir($cwd);
return 0;
}
view all matches for this distribution
view release on metacpan or search on metacpan
0.002 2019-06-09 Released-By: PERLANCAR
- No functional changes.
- [build] Rebuild with updated PowerManagement::Any (0.005, examples for
sleep-is-prevented).
0.001 2019-05-22 Released-By: PERLANCAR
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Prove/Elasticsearch/Indexer.pm view on Meta::CPAN
$update{body}{doc}{status} = $opts{status} if $opts{status};
my $res = $e->update(%update);
print "Associated cases to document $hit->{_id}\n"
if $res->{result} eq 'updated';
if (!grep { $res->{result} eq $_ } qw{updated noop}) {
print
"Something went wrong associating cases to document $hit->{_id}!\n$res->{result}\n";
$failures++;
}
}
view all matches for this distribution