almost complete pure perl implementation
authorJesse Luehrs <doy@tozt.net>
Mon, 15 Nov 2010 19:02:14 +0000 (13:02 -0600)
committerJesse Luehrs <doy@tozt.net>
Mon, 15 Nov 2010 19:05:14 +0000 (13:05 -0600)
commit2905fb35f8d7e19e0b9422060689d71c72bb6f39
treef7609ecb5acc5517e36a26dd68cb51838ec8e8c3
parentd1f721b320d72e83c0cb24c45fe9995a6dcf29c2
almost complete pure perl implementation

the leak tests are failing for some reason, need to track that down
12 files changed:
lib/Package/Stash/PP.pm [moved from lib/Package/Stash.pm with 57% similarity]
t/01-basic.t
t/02-extension.t
t/03-io.t
t/04-get.t
t/05-isa.t
t/06-addsub.t
t/07-edge-cases.t
t/10-synopsis.t
t/20-leaks.t [new file with mode: 0644]
t/21-leaks-debug.t [new file with mode: 0644]
t/lib/Package/Stash.pm [new file with mode: 0644]