dot rc

Sign in or create your account | Project List | Help

dot rc Commit Details

Date:2009-07-15 14:19:17 (2 years 6 months ago)
Author:Luciano M. F. Rocha
Commit:6052474a92948af77eb5cefa080041c1e098ae38
Message:make perldbg show pre-loaded modules

Files: rc/bash_functions (1 diff)

Change Details

rc/bash_functions
520520{
521521    (
522522        ulimit -c 0
523        perl -Ilib -I. -MYAML::XS -MData::Dumper -MMIME::Base64 -d -e "$*"
523        mod=(YAML::XS=Load,Dump,LoadFile,DumpFile
524            Data::Dumper
525            MIME::Base64)
526
527        echo "imported modules: ${mod[*]}"
528        perl -Ilib -I. "${mod[@]/#/-M}" -de "${*:-1}"
524529    )
525530}
526531

Archive Download the corresponding diff file

Branches:
master