view release on metacpan or search on metacpan
"runtime" : {
"requires" : {
"Data::Sah::Coerce::perl::To_str::From_str::normalize_perl_modname" : "0",
"Data::Sah::Compiler::perl::TH::array" : "0",
"Data::Sah::Compiler::perl::TH::str" : "0",
"Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
"Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
"Log::ger" : "0.038",
"Module::Path::More" : "0.32",
"Perinci::CmdLine::Any" : "0",
"Perinci::CmdLine::Lite" : "1.827",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/MojoSlides/files/public/bootstrap.min.css view on Meta::CPAN
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hi...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Mowyw/Lexer.pm view on Meta::CPAN
}
return @res;
}
-1;
# vim: sw=4 ts=4 expandtab
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/MrShell.pod view on Meta::CPAN
level. No argument, 0, and 1 are all equivalent. While levels greater than one
indicate an increased amount of debugging noise.
=item B<set_no_command_escapes_option>
When expanding hosts in host-routing mode, slashes and spaces are escaped so
they function correctly when subshelled. This disables that functionality.
=item B<read_config>
The options above can be specified from a L<config file|mrsh/CONFIG FILE>, which
lib/App/MrShell.pod view on Meta::CPAN
=item B<set_hosts>
Set the hosts, groups, and routed strings for the next L</queue_command>. Hosts
have some special magic concerning groups. Hosts that being with an C<@>
character are considered groups are are expanded that way (see
L<config file|mrsh/[groups]>).
Also see the section on L<--host|mrsh/--host -H> in the L<mrsh> documentation.
=item B<queue_command>
view all matches for this distribution
view release on metacpan or search on metacpan
t/hosts_from_map.t view on Meta::CPAN
use Data::Dumper qw/Dumper/;
use App::MultiSsh qw/hosts_from_map/;
for my $data (good_data()) {
is_deeply [hosts_from_map([$data->[0]])], $data->[1], "$data->[0] expands correctly"
or diag Dumper [hosts_from_map([$data->[0]])], $data->[1];
}
done_testing();
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ChordPro.pm view on Meta::CPAN
next unless defined $opts{$_};
$options->{$_} = $opts{$_};
}
for ( qw( filelist dir ) ) {
next unless defined $opts{$_};
$gopts{$_} = $opts{$_} eq "" ? undef : expand_tilde($opts{$_});
}
unless ( @w ) {
progress( msg => $file ) if @ARGV > 1 && $file !~ /^--/;
next;
}
view all matches for this distribution
view release on metacpan or search on metacpan
public/css/tabulator.min.css view on Meta::CPAN
/* Tabulator v4.6.1 (c) Oliver Folkerd */
.tabulator{position:relative;border:1px solid #999;background-color:#888;font-size:14px;text-align:left;overflow:hidden;transform:translatez(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableHolder .tabulator-table{min-width:100%}.tabulator...
/*# sourceMappingURL=tabulator.min.css.map */
view all matches for this distribution