1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 17:45:40 -04:00
perlbuut/lib
mauke fa6e2b8e0f make deparse use Data::Dumper for constants
The built-in dumper in B::Deparse doesn't handle cyclic constants (and recurses infinitely). For example:

    deparse: use constant FOO => do { my %x; $x{k} = \%x }; FOO

This problem also occurs if you try to deparse parameter types with Function::Parameters and Types::Standard.
2017-04-09 21:23:39 +02:00
..
.svn emergency move to git and isuckatdomains.net 2009-12-05 00:02:04 -05:00
_Inline usual updates 2015-04-21 17:22:09 -04:00
Bot Relax some limits in #perlbot 2017-04-05 20:41:57 -04:00
eval.pl make deparse use Data::Dumper for constants 2017-04-09 21:23:39 +02:00
EvalServer.pm Add some help text for when it gets killed by a signal 2016-10-15 08:35:28 -04:00