mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:35:40 -04:00
usual updates
This commit is contained in:
parent
68ea4e5430
commit
1472ee1c9d
2 changed files with 28 additions and 1 deletions
21
lib/_Inline/config-i686-linux-5.014001
Normal file
21
lib/_Inline/config-i686-linux-5.014001
Normal file
|
@ -0,0 +1,21 @@
|
|||
version : 0.48
|
||||
languages : %
|
||||
C : C
|
||||
Foo : Foo
|
||||
PYTHON : Python
|
||||
Python : Python
|
||||
foo : Foo
|
||||
py : Python
|
||||
python : Python
|
||||
types : %
|
||||
C : compiled
|
||||
Foo : interpreted
|
||||
Python : interpreted
|
||||
modules : %
|
||||
C : Inline::C
|
||||
Foo : Inline::Foo
|
||||
Python : Inline::Python
|
||||
suffixes : %
|
||||
C : so
|
||||
Foo : foo
|
||||
Python : pydat
|
|
@ -24,15 +24,21 @@ use DateTimeX::Easy;
|
|||
use Date::Parse;
|
||||
use Time::Piece;
|
||||
use Time::HiRes;
|
||||
use URI;
|
||||
|
||||
require Function::Parameters;
|
||||
require experimental;
|
||||
require "if.pm";
|
||||
|
||||
require Moose;
|
||||
require MooseX::Declare;
|
||||
eval "use MooseX::Declare; class Foo { has dongs => ( is => ro, isa => 'Int' ); };";
|
||||
require "utf8_heavy.pl";
|
||||
|
||||
{
|
||||
my $len = eval "lc 'ẞ'";
|
||||
warn $@ if $@;
|
||||
}
|
||||
|
||||
# save the old stdout, we're going to clobber it soon. STDOUT
|
||||
my $oldout;
|
||||
|
@ -169,7 +175,7 @@ use Storable qw/nfreeze/; nfreeze([]); #Preload Nfreeze since it's loaded on dem
|
|||
|
||||
my $kilo = 1024;
|
||||
my $meg = $kilo * $kilo;
|
||||
my $limit = 150 * $meg;
|
||||
my $limit = 512 * $meg;
|
||||
|
||||
# clobber stdout before we set rlimits. otherwise we can't do anything STDOUT
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue