1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 18:45:42 -04:00

usual updates

This commit is contained in:
Ryan Voots 2015-04-21 17:22:09 -04:00
parent 68ea4e5430
commit 1472ee1c9d
2 changed files with 28 additions and 1 deletions

View 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

View file

@ -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