view release on metacpan or search on metacpan
- added ability to change options in constructor
- added option for NO_SENTENCE_CAPS
- added case flag to count function
- added debug flag to count function
0.01 Fri Dec 31 14:10:24 2004
- original version; created by h2xs 1.23 with options
-n Acme::Mobile::Thurblings -v 0.01 -X -P -b 5.6.0
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Acme::MyFirstModule::APIERRE.
0.01 Sat Jun 6 10:24:15 2015
- original version; created by h2xs 1.23 with options
-AXn Acme::MyFirstModule::APIERRE '--author='alden.pierre@gmail.com''
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Acme::MyFirstModule::Tracers.
0.01 Fri Aug 1 00:24:49 2014
- original version; created by h2xs 1.23 with options
-XAn Acme::MyFirstModule::Tracers
view all matches for this distribution
view release on metacpan or search on metacpan
0.0.5 Tue, 26 Feb 2013 12:22:22 +0900 (JST)
- use 5.10.1 (parent.pm has been appeared from 5.10.1) at Acme::Nyaa::Ja.
See http://www.cpantesters.org/cpan/report/65daccb2-7d93-11e2-a7ac-bc45f1f528ea
Thanks to Chris Williams (BINGOS)
0.0.4 Fri, 22 Feb 2013 20:24:56 +0900 (JST)
- 22 Feb, Happy Cat Day !
- Code and test refactoring.
0.0.3 Thu, 14 Feb 2013 20:24:45 +0900 (JST)
- First Release on CPAN.
- Register bin/nyaa as a sample script.
0.0.2 Wed, 13 Feb 2013 19:48:13 +0900 (JST)
- use version;
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.01"
},
{
"class" : "Dist::Zilla::Plugin::Rinci::Validate",
"name" : "@Author::PERLANCAR/Rinci::Validate",
"version" : "0.24"
},
{
"class" : "Dist::Zilla::Plugin::SetScriptShebang",
"name" : "@Author::PERLANCAR/SetScriptShebang",
"version" : "0.01"
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.01"
},
{
"class" : "Dist::Zilla::Plugin::Rinci::Validate",
"name" : "@Author::PERLANCAR/Rinci::Validate",
"version" : "0.24"
},
{
"class" : "Dist::Zilla::Plugin::SetScriptShebang",
"name" : "@Author::PERLANCAR/SetScriptShebang",
"version" : "0.01"
view all matches for this distribution
view release on metacpan or search on metacpan
"version" : "0.01"
},
{
"class" : "Dist::Zilla::Plugin::Rinci::Validate",
"name" : "@Author::PERLANCAR/Rinci::Validate",
"version" : "0.24"
},
{
"class" : "Dist::Zilla::Plugin::SetScriptShebang",
"name" : "@Author::PERLANCAR/SetScriptShebang",
"version" : "0.01"
view all matches for this distribution
view release on metacpan or search on metacpan
SHA256 67d139199c03b8bf8447a5a62f0d0b6dc1bd5bf6dbe04de6d21998c577823ed6 inc/Module/Install.pm
SHA256 8bd506c33fb78f10f6451413e931ca23541fcc4eebe05fcb7c7c9577341223c4 inc/Module/Install/AuthorRequires.pm
SHA256 1b5430a46a35142ef8914d8c745196fca825defc9dfa7e389299bf294613825e inc/Module/Install/AuthorTests.pm
SHA256 6ebcc53a161dd5dc0aae69e4704575f2b00181901d768a82e26722a309cfdbe4 inc/Module/Install/Base.pm
SHA256 d3f8c839d03fd21c197d05362dbb277cd7cadb15da6390d124b61e851f15146e inc/Module/Install/Can.pm
SHA256 e9e72e18921c10c87bc4ea4c20af83e52015b9f5775d00ac64073042403717ca inc/Module/Install/Fetch.pm
SHA256 a7a681bf2c9eee58a372cb642ffe42b0301d1200432ba8de9f7791cd1ecc9827 inc/Module/Install/Makefile.pm
SHA256 aa887fa65a5eb6bbd1805706ce298b3f3cd55b353ecfd37aa7d35ae419331a49 inc/Module/Install/Metadata.pm
SHA256 53825bc78e4c910b888160bc148c8bc211be58e02b99c8edcbf4854f95faa049 inc/Module/Install/ReadmeFromPod.pm
SHA256 26b166ff62aacdb55317d1659f160aa4935097eea9810ea980e6d747206b5dc0 inc/Module/Install/Win32.pm
SHA256 5f73a6851a91ea44e65b924f918743ad6e860620ad7a38a39d0295e0c5652a9f inc/Module/Install/WriteAll.pm
view all matches for this distribution
view release on metacpan or search on metacpan
Bump the version to 1.02 for release.
commit 06f2031b62b1651b7d59a914ac97eb2f1932e38d
Author: Rocco Caputo <rcaputo@cpan.org>
Date: Mon Jul 24 22:50:24 2006 +0000
Yaakov suggested that the package name use apostrophe rather than ::
style namespaces. I compromised by having the Aklo version of the
source use it.
view all matches for this distribution
view release on metacpan or search on metacpan
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Pod::Wordlist" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
"Test::CleanNamespaces" : "0.24",
"Test::EOL" : "0",
"Test::Kwalitee" : "1.21",
"Test::Mojibake" : "0",
"Test::More" : "0.96",
"Test::NoTabs" : "0",
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Pony.pm view on Meta::CPAN
my $chars = join '', @chars;
my $wantlength = length $chars;
my $scale;
# What scale do we want?
if ($wantlength > 201242) {
$scale = 1000 * sqrt($wantlength / 201242);
} else {
$scale = 1000 / sqrt(201242 / $wantlength);
}
$scale *= 0.95;
# These were worked out by hand with very accurate graph paper
my @xpoints = (0.26735840061026, 0.290728815714195, 0.297102536393109, 0.299227321848579, 0.322598690483758, 0.348092937511919, 0.36933761362914, 0.403331002479181, 0.430951624181552, 0.450073104062043, 0.471317780179264, 0.484066492912084, 0.49681...
# ... or I may have used Sketch...
my @ypoints = (0.0303060573188429, 0.0417852818858603, 0.0264797254557372, 0.0150004436442946, 0.0417852818858603, 0.0666571259291486, 0.0685702346162763, 0.0915289699724368, 0.118313922702853, 0.141272371836888, 0.169970719476557, 0.21014800546111...
# Scale the points (with ASCII 'fixed' font size scaling too)
@xpoints = map { $_ *= $scale; $_ = int($_) } @xpoints;
view all matches for this distribution
view release on metacpan or search on metacpan
- happy juneteenth! (early)
1.128 2016-03-05 17:29:35-05:00 America/New_York
- added a "see also" section to docs (thanks, Sean Zellmer)
1.127 2013-10-24 22:28:18 America/New_York
- fix links to repo and issue tracker
1.126 2010-11-28 08:18:33 America/New_York
- improve accuracy of timing to subsecond measurements
- packaging tweaks
1.123 2007-10-31
- packaging tweaks
1.122 2007-10-24
- packaging tweaks
1.121 2005-11-13
- packaging tweaks
view all matches for this distribution
view release on metacpan or search on metacpan
0.25 Wed Jun 9 09:55:55 2004
- Minor cleanup.
- Better t/pass.t.
- Uses $Filter::Simple::placeholder instead of explicit patterns.
0.24 Tue Jun 8 03:29:09 2004
- Minor documentarion fixes.
- Added t/pass.t.
- The refactoring forgot "pass", restored (ugh, Test::More has a pass() that
made the tests compile an run!)
- The removal of some semicolons didn't work with trailing comments, fixed.
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/Module/Build/API.pod view on Meta::CPAN
Consult the Getopt::Long documentation for details on its usage.
=item include_dirs
[version 0.24]
Specifies any additional directories in which to search for C header
files. May be given as a string indicating a single directory, or as
a list reference indicating multiple directories.
view all matches for this distribution
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Code::TidyAll" : "0.24",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Perl::Critic" : "1.123",
"Perl::Tidy" : "20140711",
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta::JSON" : "0.16",
"Test::Code::TidyAll" : "0.24",
"Test::EOL" : "0",
"Test::Mojibake" : "0",
"Test::More" : "0.88",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
view all matches for this distribution
view release on metacpan or search on metacpan
},
"release_status" : "stable",
"resources" : {},
"version" : "0.001",
"x_authority" : "cpan:CCM",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0224"
}
view all matches for this distribution
view release on metacpan or search on metacpan
- Move testing module to test_requires.
- Drop generating compat Makefile.PL.
0.24 2022-12-24 <schubiger@cpan.org>
- Minor whitespace tweak.
0.23 2022-12-08 <schubiger@cpan.org>
view all matches for this distribution
view release on metacpan or search on metacpan
femtometres => 1e-15,
attometer => 1e-18, #derived from "atten/atton" (=eighteen)
attometre => 1e-18,
attometers => 1e-18, #derived from "atten/atton" (=eighteen)
attometres => 1e-18,
ly => 299792458*3600*24*365.25,
lightyear => 299792458*3600*24*365.25, # = 9460730472580800 by def
ls => 299792458, #light-second
au => 149597870700, # by def: meters earth to sun
astronomical_unit => 149597870700,
'astronomical unit' => 149597870700,
pc => 149597870700*648000/$PI, #3.0857e16 = 3.26156 ly
minutes => 60,
h => 60*60,
hr => 60*60,
hour => 60*60,
hours => 60*60,
d => 60*60*24,
dy => 60*60*24,
day => 60*60*24,
days => 60*60*24,
w => 60*60*24*7,
week => 60*60*24*7,
weeks => 60*60*24*7,
mo => 60*60*24 * 365.2425/12,
mon => 60*60*24 * 365.2425/12,
month => 60*60*24 * 365.2425/12,
quarter => 60*60*24 * 365.2425/12 * 3, #3 months
season => 60*60*24 * 365.2425/12 * 3, #3 months
y => 60*60*24 * 365.2425, # 365+97/400 #97 leap yers in 400 years
year => 60*60*24 * 365.2425,
years => 60*60*24 * 365.2425,
yjulian => 60*60*24 * 365.25, # 365+1/4
y365 => 60*60*24 * 365, # finance/science
ycommon => 60*60*24 * 365, # finance/science
ygregorian => 60*60*24 * 365.2425, # 365+97/400
#ygaussian => 365+(6*3600+9*60+56)/(24*3600), # 365+97/400
ytropical => 60*60*24 * 365.24219,
ysideral => 365.256363004,
ySI => 60*60*24*365.25, #31556925.9747
decade => 10 * 60*60*24*365.2425,
biennium => 2 * 60*60*24*365.2425,
triennium => 3 * 60*60*24*365.2425,
olympiad => 4 * 60*60*24*365.2425,
lustrum => 5 * 60*60*24*365.2425,
indiction => 15 * 60*60*24*365.2425,
jubilee => 50 * 60*60*24*365.2425,
century => 100 * 60*60*24*365.2425,
millennium => 1000 * 60*60*24*365.2425,
shake => 1e-8,
moment => 3600/40, #1/40th of an hour, used by Medieval Western European computists
ke => 864, #1/100th of a day, trad Chinese, 14m24s
fortnight => 14*24*3600,
tp => 5.3910632e-44, #planck time, time for ligth to travel 1 planck length
nanocentury => 100 * 60*60*24*365.2425 / 1e9, #3.156 ~ pi seconds, response time limit (usability)
warhol => 15*60, #"fifteen minutes of fame"
},
speed=>{
'm/s' => 1,
'_m/s' => 1,
RON => 2.070137, #romaina new nei
RUB => 0.137791, #russia rouble / rubel
SAR => 2.074720, #saudi arabia riyal
SEK => 0.976704, #swedish kroner
SGD => 5.931982, #singapore dollar
THB => 0.248282, #thailand baht
TRY => 2.076265, #turkish new lira
TTD => 1.150931, #trinidad/tobago dollar
TWD => 0.267321, #taiwan dollar
USD => 7.780201, #us dollar
'$' => 7.780201, #us doller, symbol
=cut
sub sec_readable {
my $s=shift();
my($h,$d,$y)=(3600,24*3600,365.25*24*3600);
!defined$s ? undef
:!length($s) ? ''
:$s<0 ? '-'.sec_readable(-$s)
:$s<60 && int($s)==$s
? $s."s"
0.26 Jan 2020 Convert subs: base bin2dec bin2hex bin2oct dec2bin dec2hex dec2oct
hex2bin hex2dec hex2oct oct2bin oct2dec oct2hex
Array subs: joinr perm permute permute_continue pile sortby subarrays
Other subs: btw in_iprange ipnum_ok iprange_ok opts s2t
0.24 Feb 2019 fixed failes on perl 5.16 and older
0.23 Jan 2019 Subs: logn, egrep, which. More UTF-8 "oriented" (lower, upper, ...)
Commands: zsize, finddup, due (improved), conv (improved, [MGT]?Wh
and many more units), due -M for stdin of filenames.
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 4ba79792bf3c9bf0c18057520c757e6f283c098f Changes
SHA1 5dfc36f1f98adac4a27dcc0259e6c57ba9809057 MANIFEST
SHA1 2090d6241b0df358e54d3ca05763c5de4fd28cb5 META.yml
SHA1 a9dd5186ebee6f2bf8a7873064d2872a6d41934d Makefile.PL
SHA1 4ec7e7087efd771edb77b37648aa75baf032d1ea README
SHA1 02543780524b2863accaf575d7acd59ea0e23901 lib/Acme/UNIVERSAL/new.pm
SHA1 77102c964b81e78925b435ec06d97103cba97bed t/0-signature.t
SHA1 67324207e84a0912586e2b85d532560f217908fc t/00-load.t
SHA1 584b4537f80916a030be899a8dd157b65ac27748 t/base.t
SHA1 6da39b48ce64b584e4c3274bff96fc76ff484820 t/pod-coverage.t
SHA1 0190346d7072d458c8a10a45c19f86db641dcc48 t/pod.t
view all matches for this distribution
view release on metacpan or search on metacpan
README.html view on Meta::CPAN
Input ──┬── InThingy ────────────── Output + OutThingy
└── InThingy + Foobar ───── Output + OutThingy</pre>
<p>Here's a random snippet of UTF-8 characters:</p>
<p>① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳ ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ ⑾...
<p>Same thing in codeblock form:</p>
<pre> ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩ ⑪ ⑫ ⑬ ⑭ ⑮ ⑯ ⑰ ⑱ ⑲ ⑳ ⑴ ⑵ ⑶ ⑷ ⑸ ⑹ ⑺ ⑻ ⑼ ⑽ &#...
⒑ ⒒ ⒓ ⒔ ⒕ ⒖ ⒗ ⒘ ⒙ ⒚ ⒛ ⒜ ⒝ ⒞ ⒟ ⒠ ⒡ ⒢ ⒣ ⒤ ⒥ ⒦ ⒧ ⒨ ⒩ ⒪ ⒫ ⒬ ⒭ ⒮ ⒯...
README.html view on Meta::CPAN
☣ ☤ ☥ ☦ ☧ ☨ ☩ ☪ ☫ ☬ ☭ ☮ ☯ ☰ ☱ ☲ ☳ ☴ ☵ ☶ ☷ ⚠ ⚡ ⚢ ⚣ ⚤ ⚥ ⚦ ⚧ ⚨ ⚩...
♾ ♿ ⚀ ⚁ ⚂ ⚃ ⚄ ⚅ ⚆ ⚇ ⚈ ⚉ ⚊ ⚋ ⚌ ⚍ ⚎ ⚏ ⚐ ⚑ ⚒ ⚓ ⚔ ⚕ ⚖ ⚗ ⚘ ⚙ ⚚ ⚛ ⚜...
✇ ✈ ✉ ✌ ✍ ✎ ✏ ✐ ✑ ✒ ✓ ✔ ✕ ✖ ✗ ✘ ✙ ✚ ✛ ✜ ✝ ✞ ✟ ✠ ✡ ✢ ✣ ✤ &#...
✻ ✼ ✽ ✾ ✿ ❀ ❁ ❂ ❃ ❄ ❅ ❆ ❇ ❈ ❉ ❊ ❋ ❍ ❏ ❐ ❑ ❒ ❖ ❡ ❢ ❣ ❤ 
...
❻ ❼ ❽ ❾ ❿ ➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ ❘ ❙ ❚ ❛ ❜ ❝ ❞ ➱ ➲ ➳ ➴ ➵ ➶ 
...
➬ ➭ ➮ ➯ ➉ ➊ ➋ ➌ ➍ ➎ ➏ ➐ ➑ ➒ ➓ ➔ ➹ ➺ ➻ ➼ ➽ ➾ ➿ ⟅ ⟆ ⟠ ⟡ 
...
ະ ັ າ ຳ ິ ີ ຶ ື ຸ ູ ᐆ ᐇ ᐈ ᐉ ᐊ ᐋ ᐌ ᐍ ᐎ ᐏ ᐐ ᐑ ᐒ ᐓ ᐔ ᐕ ᐖ ᐗ ᐘ ᐙ ᐚ...
ᐭ ᐮ ᐯ ᐰ ᐱ ᐲ ᐳ ᐴ ᐵ ᐶ ᐷ ᐸ ᐹ ᐺ ᐻ ᐼ ᐽ ᐾ ᐿ ᑀ ᑁ ᑂ ᑃ ᑄ ᑅ ᑆ ᑇ ᑈ ᑉ ᑊ ᑋ...
ᑞ ᑟ ᑠ ᑡ ᑢ ᑣ ᑤ ᑥ ᑦ ᑧ ᑨ ᑩ ᑪ ᑫ ᑬ ᑭ ᑮ ᑯ ᑰ ᑱ ᑲ ᑳ ᑴ ᑵ ᑶ ᑷ ᑸ ᑹ ᑺ ᑻ ᑼ...
ᒏ ᒐ ᒑ ᒒ ᒓ ᒔ ᒕ ᒖ ᒗ ᒘ ᒙ ᒚ ᒛ ᒜ ᒝ ᒞ ᒟ ᒠ ᒡ ᒢ ᒣ ᒤ ᒥ ᒦ ᒧ ᒨ ᒩ ᒪ ᒫ ᒬ ᒭ...
ᓅ ᓆ ᓇ ᓈ ᓉ ᓊ ᓋ ᓌ ᓍ ᓎ ᓏ ᓐ ᓑ ᓒ ᓓ ᓔ ᓕ ᓖ ᓗ ᓘ ᓙ ᓚ ᓛ ᓜ ᓝ ᓞ ᓟ ᓠ ᓡ ᓢ ᓣ...
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
'POE::Component::Client::SimpleFTP', '0.003',
'POE::Component::Server::NNTP', '1.04',
'POE::Filter::HTTP::Parser', '1.06',
'POE::Filter::IRCD', '2.42',
'POE::Loop::Event', '1.304',
'Path::Class', '0.24',
'Perl::PrereqScanner', '1.002',
'Pod::Elemental::PerlMunger', '0.093330',
'Pod::Eventual', '0.093330',
'Probe::Perl', '0.01',
'SQL::Translator', '0.11008',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Zalgo.pm view on Meta::CPAN
\x{035f}\x{0360}\x{0362}\x{0338}
\x{0337}\x{0361}\x{0489}
# down
\x{0316}\x{0317}\x{0318}\x{0319}
\x{031c}\x{031d}\x{031e}\x{031f}
\x{0320}\x{0324}\x{0325}\x{0326}
\x{0329}\x{032a}\x{032b}\x{032c}
\x{032d}\x{032e}\x{032f}\x{0330}
\x{0331}\x{0332}\x{0333}\x{0339}
\x{033a}\x{033b}\x{033c}\x{0345}
\x{0347}\x{0348}\x{0349}\x{034d}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acrux/Util.pm view on Meta::CPAN
return ceil($bts * (2 ** $exp));
}
sub humanize_duration {
my $msecs = shift || 0;
my $secs = int($msecs);
my $years = int($secs / (60*60*24*365));
$secs -= $years * 60*60*24*365;
my $days = int($secs / (60*60*24));
$secs -= $days * 60*60*24;
my $hours = int($secs / (60*60));
$secs -= $hours * 60*60;
my $mins = int($secs / 60);
$secs %= 60;
if ($years) { return sprintf("%d years %d days %s hours", $years, $days, $hours) }
lib/Acrux/Util.pm view on Meta::CPAN
my $t = trim(shift(@_) // 0);
my %mult = (
's' => 1,
'm' => 60,
'h' => 60*60,
'd' => 60*60*24,
'w' => 60*60*24*7,
'M' => 60*60*24*30,
'y' => 60*60*24*365
);
if (!$t || (lc($t) eq 'now')) {
return 0;
} elsif ($t =~ /^\d+$/) {
return $t; # secs
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Action/Retry.pm view on Meta::CPAN
# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
#
package Action::Retry;
{
$Action::Retry::VERSION = '0.24';
}
# ABSTRACT: Module to try to perform an action, with various ways of retrying and sleeping between retries.
use Module::Runtime qw(use_module);
lib/Action/Retry.pm view on Meta::CPAN
Action::Retry - Module to try to perform an action, with various ways of retrying and sleeping between retries.
=head1 VERSION
version 0.24
=head1 SYNOPSIS
# Simple usage, will attempt to run the code, retrying if it dies, retrying
# 10 times max, sleeping 1 second between retries
view all matches for this distribution
view release on metacpan or search on metacpan
share/apache2/conf/magic.tt view on Meta::CPAN
0 string \376\067\0\043 application/msword
0 string \333\245-\0\0\0 application/msword
# disable this one because it applies also to other
# Office/OLE documents for which msword is not correct. See PR#2608.
#0 string \320\317\021\340\241\261 application/msword
#------------------------------------------------------------------------------
# printer: file(1) magic for printer-formatted files
view all matches for this distribution
view release on metacpan or search on metacpan
* Bugfixes
* Method find() with primary key goes to be named get()
* Tests fixes
* Improved documentation
0.41 2013-10-24
* Code cleanup
* Bux fixes
* Typo fixes
0.50 2013-11-02
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 2d4fcb79727f005cec3b0d045da0a302b5d41815 lib/Adapter/Async/UnorderedMap/Hash.pm
SHA1 3ba3d785af0c5c74568e7dc7e49ddaf66b477983 lib/Adapter/Async/UnorderedMap/Hash.pod
SHA1 7217af7ee03c0952a6426dfe86d12ef8f9fe14eb t/00-check-deps.t
SHA1 1f63660c319f8c9c467905bc36a60e73ca79d17a t/00-compile.t
SHA1 c329b5597dadd4167b3c59c62e29dd859df5dec7 t/00-report-prereqs.dd
SHA1 d102b9c45639416472b593947cb72390e24f8e93 t/00-report-prereqs.t
SHA1 26ce40b0d6eb210964be1929e3a7734230cfb48e t/array.t
SHA1 4bbaac9ad958175d025f58b50b51a8b90c005e37 t/hash.t
SHA1 332176e24b811f5b5f27f956f1e5f0e5ac23813c t/model.t
SHA1 f2c40e917e02088703731272f86cbb906ab19eb3 xt/author/mojibake.t
SHA1 f0c18c75922a1516ae7a5ec5d391b31fd757f0bd xt/author/pod-syntax.t
view all matches for this distribution
view release on metacpan or search on metacpan
'SQL::Abstract' => '1.78',
# Either
'Plack' => '1.0030',
'FCGI' => '0.74',
'FCGI::ProcManager' => '0.24',
'Apache::LogFormat::Compiler' => '0',
# or
'Mojo::Server::FastCGI' => '0.41',
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Bundle/Advent/Year2000.pm view on Meta::CPAN
Class::Multimethods - L<pod|Class::Multimethods>, L<http://www.perladvent.org/2000/22/>
Symbol::Approx::Sub - L<pod|Symbol::Approx::Sub>, L<http://www.perladvent.org/2000/23/>
Template - L<pod|Template>, L<http://www.perladvent.org/2000/24/>
Date::Christmas - L<pod|Date::Christmas>, L<http://www.perladvent.org/2000/25/>
view all matches for this distribution
view release on metacpan or search on metacpan
dyncall/doc/disas_examples/arm.armhf.disas view on Meta::CPAN
10410: e92d4800 push {fp, lr} ; |
10414: e28db004 add fp, sp, #4 ; | prolog
10418: e24dd010 sub sp, sp, #16 ; /
1041c: e3a03001 mov r3, #1 ; \ a = 1
10420: e50b3008 str r3, [fp, #-8] ; /
10424: e51b3008 ldr r3, [fp, #-8] ; \
10428: e283307b add r3, r3, #123 ; | a += 123
1042c: e50b3008 str r3, [fp, #-8] ; |
10430: ebffffe6 bl 103d0 <f1> ; call f1()
10434: e1a03000 mov r3, r0 ; | retval via r0, as small struct
10438: e50b300c str r3, [fp, #-12] ; /
view all matches for this distribution