Devel-Chitin 0.19-TRIAL Deleted
Files
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- README.md
- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
- dist.ini
- lib/Devel/Chitin.pm
- lib/Devel/Chitin/Actionable.pm
- lib/Devel/Chitin/Eval.pm
- lib/Devel/Chitin/Exception.pm
- lib/Devel/Chitin/GetVarAtLevel.pm
- lib/Devel/Chitin/Location.pm
- lib/Devel/Chitin/OpTree.pm
- lib/Devel/Chitin/OpTree/BINOP.pm
- lib/Devel/Chitin/OpTree/COP.pm
- lib/Devel/Chitin/OpTree/LISTOP.pm
- lib/Devel/Chitin/OpTree/LOGOP.pm
- lib/Devel/Chitin/OpTree/LOGOP_AUX.pm
- lib/Devel/Chitin/OpTree/LOOP.pm
- lib/Devel/Chitin/OpTree/METHOP.pm
- lib/Devel/Chitin/OpTree/NULL.pm
- lib/Devel/Chitin/OpTree/PADOP.pm
- lib/Devel/Chitin/OpTree/PMOP.pm
- lib/Devel/Chitin/OpTree/PVOP.pm
- lib/Devel/Chitin/OpTree/SVOP.pm
- lib/Devel/Chitin/OpTree/UNOP.pm
- lib/Devel/Chitin/OpTree/UNOP_AUX.pm
- lib/Devel/Chitin/Stack.pm
- lib/Devel/Chitin/SubroutineLocation.pm
- lib/Devel/Chitin/SubroutineReturn.pm
- t/00-use.t
- t/01-attach-detach.t
- t/02-step-lvalue.t
- t/02-step.t
- t/02-stepout-catch-return.t
- t/02-stepout-lvalue.t
- t/02-stepout.t
- t/02-stepover-exception.t
- t/02-stepover-goto-label.t
- t/02-stepover-goto-sub.t
- t/02-stepover-lvalue-exception.t
- t/02-stepover-lvalue-goto-label.t
- t/02-stepover-lvalue.t
- t/02-stepover.t
- t/03-continue-end.t
- t/03-continue-to.t
- t/04-breakpoint-once.t
- t/04-breakpoint.t
- t/04-change-breakpoint-code.t
- t/04-conditional-breakpoint.t
- t/04-delete-breakpoint.t
- t/05-location-callsite.t
- t/05-location.t
- t/06-action.t
- t/07-stack.t
- t/08-trace.t
- t/09-disable-debugger.t
- t/10-loaded_files.t
- t/11-postponed.t
- t/12-eval.t
- t/13-fork.t
- t/14-step-in-uncaught-exception.t
- t/14-uncaught-exception.t
- t/15-subroutine-location.t
- t/16-user-requested-exit.t
- t/17-db-event-loop.t
- t/18-getvar-at-level.t
- t/19-watch-expr.t
- t/20-optree-construction.t
- t/20-optree-deparse.t
- t/20-optree-deparse/01-assignment/array_ref_assignment
- t/20-optree-deparse/01-assignment/array_ref_slice_assignment
- t/20-optree-deparse/01-assignment/hasf_ref_slice_assignment
- t/20-optree-deparse/01-assignment/hash_assignment
- t/20-optree-deparse/01-assignment/hash_ref_assignment
- t/20-optree-deparse/01-assignment/hash_slice_assignment
- t/20-optree-deparse/01-assignment/list-assignment
- t/20-optree-deparse/01-assignment/list_index_assignment
- t/20-optree-deparse/01-assignment/list_slice
- t/20-optree-deparse/01-assignment/list_slice_assignment
- t/20-optree-deparse/01-assignment/scalar_dualvar_assignment
- t/20-optree-deparse/01-assignment/scalar_ref_assignment
- t/20-optree-deparse/02-conditional/num_cmp
- t/20-optree-deparse/02-conditional/num_eq
- t/20-optree-deparse/02-conditional/num_ge
- t/20-optree-deparse/02-conditional/num_gt
- t/20-optree-deparse/02-conditional/num_le
- t/20-optree-deparse/02-conditional/num_lt
- t/20-optree-deparse/02-conditional/num_ne
- t/20-optree-deparse/02-conditional/str_cmp
- t/20-optree-deparse/02-conditional/str_eq
- t/20-optree-deparse/02-conditional/str_ge
- t/20-optree-deparse/02-conditional/str_gt
- t/20-optree-deparse/02-conditional/str_le
- t/20-optree-deparse/02-conditional/str_lt
- t/20-optree-deparse/02-conditional/str_ne
- t/20-optree-deparse/03-subroutine-call/call_class_method_from_package
- t/20-optree-deparse/03-subroutine-call/call_class_variable_method
- t/20-optree-deparse/03-subroutine-call/call_instance_method
- t/20-optree-deparse/03-subroutine-call/call_isntance_variable_method
- t/20-optree-deparse/03-subroutine-call/call_sub
- t/20-optree-deparse/03-subroutine-call/call_sub_from_package
- t/20-optree-deparse/03-subroutine-call/call_subref
- t/20-optree-deparse/03-subroutine-call/call_subref_from_array
- t/20-optree-deparse/03-subroutine-call/call_with_amp
- t/20-optree-deparse/03-subroutine-call/call_without_paren
- t/20-optree-deparse/04-eval/block_eval
- t/20-optree-deparse/04-eval/const_string_eval
- t/20-optree-deparse/04-eval/var_string_eval
- t/20-optree-deparse/05-string-functions/concat
- t/20-optree-deparse/05-string-functions/crypt
- t/20-optree-deparse/05-string-functions/formline
- t/20-optree-deparse/05-string-functions/index
- t/20-optree-deparse/05-string-functions/misc_functions
- t/20-optree-deparse/05-string-functions/pack
- t/20-optree-deparse/05-string-functions/quote_qq
- t/20-optree-deparse/05-string-functions/quotemeta
- t/20-optree-deparse/05-string-functions/reverse
- t/20-optree-deparse/05-string-functions/rindex
- t/20-optree-deparse/05-string-functions/sprintf
- t/20-optree-deparse/05-string-functions/substr
- t/20-optree-deparse/05-string-functions/tr
- t/20-optree-deparse/05-string-functions/unpack
- t/20-optree-deparse/05-string-functions/vec
- t/20-optree-deparse/06-regex/anon-regex
- t/20-optree-deparse/06-regex/match
- t/20-optree-deparse/06-regex/pos
- t/20-optree-deparse/06-regex/split
- t/20-optree-deparse/06-regex/substitute
- t/20-optree-deparse/07-numeric/abs
- t/20-optree-deparse/07-numeric/atan2
- t/20-optree-deparse/07-numeric/cos
- t/20-optree-deparse/07-numeric/exp
- t/20-optree-deparse/07-numeric/int
- t/20-optree-deparse/07-numeric/log
- t/20-optree-deparse/07-numeric/rand
- t/20-optree-deparse/07-numeric/sin
- t/20-optree-deparse/07-numeric/sqrt
- t/20-optree-deparse/07-numeric/srand
- t/20-optree-deparse/08-array-functions/array-len
- t/20-optree-deparse/08-array-functions/join
- t/20-optree-deparse/08-array-functions/pop
- t/20-optree-deparse/08-array-functions/push
- t/20-optree-deparse/08-array-functions/shift
- t/20-optree-deparse/08-array-functions/splice
- t/20-optree-deparse/08-array-functions/unshift
- t/20-optree-deparse/09-sort-map-grep/grep
- t/20-optree-deparse/09-sort-map-grep/map
- t/20-optree-deparse/09-sort-map-grep/sort
- t/20-optree-deparse/10-hash-functions/delete-array
- t/20-optree-deparse/10-hash-functions/delete-hash
- t/20-optree-deparse/10-hash-functions/each
- t/20-optree-deparse/10-hash-functions/exists-array
- t/20-optree-deparse/10-hash-functions/exists-hash
- t/20-optree-deparse/10-hash-functions/exists-sub
- t/20-optree-deparse/10-hash-functions/keys
- t/20-optree-deparse/10-hash-functions/values
- t/20-optree-deparse/11-user-group-network-info/getlogin
- t/20-optree-deparse/11-user-group-network-info/group
- t/20-optree-deparse/11-user-group-network-info/host
- t/20-optree-deparse/11-user-group-network-info/net
- t/20-optree-deparse/11-user-group-network-info/proto
- t/20-optree-deparse/11-user-group-network-info/pw
- t/20-optree-deparse/11-user-group-network-info/serv
- t/20-optree-deparse/12-i-o/binmode
- t/20-optree-deparse/12-i-o/close
- t/20-optree-deparse/12-i-o/closedir
- t/20-optree-deparse/12-i-o/dbmclose
- t/20-optree-deparse/12-i-o/dbmopen
- t/20-optree-deparse/12-i-o/die
- t/20-optree-deparse/12-i-o/eof
- t/20-optree-deparse/12-i-o/fileno
- t/20-optree-deparse/12-i-o/flock
- t/20-optree-deparse/12-i-o/getc
- t/20-optree-deparse/12-i-o/print
- t/20-optree-deparse/12-i-o/printf
- t/20-optree-deparse/12-i-o/read
- t/20-optree-deparse/12-i-o/readdir
- t/20-optree-deparse/12-i-o/readline
- t/20-optree-deparse/12-i-o/rewinddir
- t/20-optree-deparse/12-i-o/seek
- t/20-optree-deparse/12-i-o/seekdir
- t/20-optree-deparse/12-i-o/select
- t/20-optree-deparse/12-i-o/select-syscall
- t/20-optree-deparse/12-i-o/syscall
- t/20-optree-deparse/12-i-o/sysread
- t/20-optree-deparse/12-i-o/sysseek
- t/20-optree-deparse/12-i-o/syswrite
- t/20-optree-deparse/12-i-o/tell
- t/20-optree-deparse/12-i-o/telldir
- t/20-optree-deparse/12-i-o/truncate
- t/20-optree-deparse/12-i-o/warn
- t/20-optree-deparse/12-i-o/write
- t/20-optree-deparse/13-files/chdir
- t/20-optree-deparse/13-files/chmod
- t/20-optree-deparse/13-files/chown
- t/20-optree-deparse/13-files/chroot
- t/20-optree-deparse/13-files/fcntl
- t/20-optree-deparse/13-files/file-tests
- t/20-optree-deparse/13-files/glob
- t/20-optree-deparse/13-files/ioctl
- t/20-optree-deparse/13-files/link
- t/20-optree-deparse/13-files/lstat
- t/20-optree-deparse/13-files/mkdir
- t/20-optree-deparse/13-files/open
- t/20-optree-deparse/13-files/opendir
- t/20-optree-deparse/13-files/readlink
- t/20-optree-deparse/13-files/rename
- t/20-optree-deparse/13-files/rmdir
- t/20-optree-deparse/13-files/stat
- t/20-optree-deparse/13-files/symlink
- t/20-optree-deparse/13-files/sysopen
- t/20-optree-deparse/13-files/umask
- t/20-optree-deparse/13-files/unlink
- t/20-optree-deparse/13-files/utime
- t/20-optree-deparse/14-operators/add
- t/20-optree-deparse/14-operators/assign
- t/20-optree-deparse/14-operators/bitwise-and
- t/20-optree-deparse/14-operators/bitwise-negate
- t/20-optree-deparse/14-operators/bitwise-or
- t/20-optree-deparse/14-operators/bitwise-xor
- t/20-optree-deparse/14-operators/conditional
- t/20-optree-deparse/14-operators/defined
- t/20-optree-deparse/14-operators/deref
- t/20-optree-deparse/14-operators/divide
- t/20-optree-deparse/14-operators/exponent
- t/20-optree-deparse/14-operators/flip-flop
- t/20-optree-deparse/14-operators/increment
- t/20-optree-deparse/14-operators/logical-and
- t/20-optree-deparse/14-operators/logical-negate
- t/20-optree-deparse/14-operators/logical-or
- t/20-optree-deparse/14-operators/logical-xor
- t/20-optree-deparse/14-operators/modulus
- t/20-optree-deparse/14-operators/multiply
- t/20-optree-deparse/14-operators/references
- t/20-optree-deparse/14-operators/repeat
- t/20-optree-deparse/14-operators/scalar
- t/20-optree-deparse/14-operators/shift-left
- t/20-optree-deparse/14-operators/shift-right
- t/20-optree-deparse/14-operators/subtract
- t/20-optree-deparse/14-operators/undef
- t/20-optree-deparse/14-program-flow/caller
- t/20-optree-deparse/14-program-flow/do-block
- t/20-optree-deparse/14-program-flow/do-file
- t/20-optree-deparse/14-program-flow/dump
- t/20-optree-deparse/14-program-flow/elsif-chain
- t/20-optree-deparse/14-program-flow/elsif-else-chain
- t/20-optree-deparse/14-program-flow/exit
- t/20-optree-deparse/14-program-flow/for
- t/20-optree-deparse/14-program-flow/foreach
- t/20-optree-deparse/14-program-flow/foreach-range
- t/20-optree-deparse/14-program-flow/goto-label
- t/20-optree-deparse/14-program-flow/goto-sub
- t/20-optree-deparse/14-program-flow/if-else
- t/20-optree-deparse/14-program-flow/if-statement
- t/20-optree-deparse/14-program-flow/next-last-redo
- t/20-optree-deparse/14-program-flow/package
- t/20-optree-deparse/14-program-flow/postfix-foreach
- t/20-optree-deparse/14-program-flow/postfix-if
- t/20-optree-deparse/14-program-flow/postfix-unless
- t/20-optree-deparse/14-program-flow/postfix-until
- t/20-optree-deparse/14-program-flow/postfix-while
- t/20-optree-deparse/14-program-flow/require-file
- t/20-optree-deparse/14-program-flow/require-module
- t/20-optree-deparse/14-program-flow/require-version
- t/20-optree-deparse/14-program-flow/return
- t/20-optree-deparse/14-program-flow/unless
- t/20-optree-deparse/14-program-flow/until
- t/20-optree-deparse/14-program-flow/wantarray
- t/20-optree-deparse/14-program-flow/while-continue
- t/20-optree-deparse/14-program-flow/while-loop
- t/20-optree-deparse/15-process/alarm
- t/20-optree-deparse/15-process/exec
- t/20-optree-deparse/15-process/fork
- t/20-optree-deparse/15-process/getpgrp
- t/20-optree-deparse/15-process/getppid
- t/20-optree-deparse/15-process/getpriority
- t/20-optree-deparse/15-process/kill
- t/20-optree-deparse/15-process/pipe
- t/20-optree-deparse/15-process/readpipe
- t/20-optree-deparse/15-process/setpgrp
- t/20-optree-deparse/15-process/setpriority
- t/20-optree-deparse/15-process/sleep
- t/20-optree-deparse/15-process/system
- t/20-optree-deparse/15-process/times
- t/20-optree-deparse/15-process/wait
- t/20-optree-deparse/15-process/waitpid
- t/20-optree-deparse/16-classes/bless
- t/20-optree-deparse/16-classes/ref
- t/20-optree-deparse/16-classes/tie
- t/20-optree-deparse/16-classes/tied
- t/20-optree-deparse/16-classes/untie
- t/20-optree-deparse/17-sockets/accept
- t/20-optree-deparse/17-sockets/bind
- t/20-optree-deparse/17-sockets/connect
- t/20-optree-deparse/17-sockets/getpeername
- t/20-optree-deparse/17-sockets/getsockname
- t/20-optree-deparse/17-sockets/getsockopt
- t/20-optree-deparse/17-sockets/listen
- t/20-optree-deparse/17-sockets/recv
- t/20-optree-deparse/17-sockets/send
- t/20-optree-deparse/17-sockets/setsockopt
- t/20-optree-deparse/17-sockets/shutdown
- t/20-optree-deparse/17-sockets/socket
- t/20-optree-deparse/17-sockets/socketpair
- t/20-optree-deparse/18-sysv-ipc/msgX
- t/20-optree-deparse/18-sysv-ipc/semX
- t/20-optree-deparse/18-sysv-ipc/shmX
- t/20-optree-deparse/19-time/gmtime
- t/20-optree-deparse/19-time/localtime
- t/20-optree-deparse/19-time/time
- t/20-optree-deparse/20-perl-5.10.1/defined-or
- t/20-optree-deparse/20-perl-5.10.1/given-when
- t/20-optree-deparse/20-perl-5.10.1/mkdir-no-args
- t/20-optree-deparse/20-perl-5.10.1/say
- t/20-optree-deparse/20-perl-5.10.1/stacked-file-tests
- t/20-optree-deparse/20-perl-5.10.1/unpack-one-arg
- t/20-optree-deparse/21-perl-5.12/each-array
- t/20-optree-deparse/21-perl-5.12/keys-array
- t/20-optree-deparse/21-perl-5.12/values-array
- t/20-optree-deparse/22-perl-5.14/each-ref
- t/20-optree-deparse/22-perl-5.14/keys-ref
- t/20-optree-deparse/22-perl-5.14/pop-ref
- t/20-optree-deparse/22-perl-5.14/push-ref
- t/20-optree-deparse/22-perl-5.14/shift-ref
- t/20-optree-deparse/22-perl-5.14/splice-ref
- t/20-optree-deparse/22-perl-5.14/tr-t-flag
- t/20-optree-deparse/22-perl-5.14/unshift-ref
- t/20-optree-deparse/22-perl-5.14/values-ref
- t/20-optree-deparse/23-perl-5.16/fc
- t/20-optree-deparse/24-perl-5.18/dump-expr
- t/20-optree-deparse/24-perl-5.18/next-last-redo-expr
- t/20-optree-deparse/25-perl-5.20/do-sub
- t/20-optree-deparse/25-perl-5.20/hash-slice-array
- t/20-optree-deparse/25-perl-5.20/hash-slice-hash
- t/20-optree-deparse/26-perl-5.22/alias-whole-array
- t/20-optree-deparse/26-perl-5.22/double-diamond
- t/20-optree-deparse/26-perl-5.22/hash-key-assignment
- t/20-optree-deparse/26-perl-5.22/list-repeat
- t/20-optree-deparse/26-perl-5.22/listref-alias
- t/20-optree-deparse/26-perl-5.22/readline-with-brackets
- t/20-optree-deparse/26-perl-5.22/ref-alias
- t/20-optree-deparse/26-perl-5.22/regex-n-flag
- t/20-optree-deparse/26-perl-5.22/string-bitwise
- t/20-optree-deparse/27-perl-5.26/split-new
- t/20-optree-deparse/27-perl-5.26/split-old
- t/20-optree-deparse/28-perl-5.28/delete-hash-slice
- t/21-deparse-trace-anon-sub.t
- t/21-deparse-trace-fib.t
- t/21-deparse-trace-statements.t
- t/22-sub-name-bug.t
- t/lib/Devel/NullDB.pm
- t/lib/SampleCode.pm
- t/lib/TestHelper.pm
- try.pl
- try2.pl