convert the XS implementation to its own dist
authorJesse Luehrs <doy@tozt.net>
Mon, 15 Nov 2010 16:50:59 +0000 (10:50 -0600)
committerJesse Luehrs <doy@tozt.net>
Mon, 15 Nov 2010 16:56:55 +0000 (10:56 -0600)
commitc53d2df2c524d9db9af996ac6543831c480b2092
tree12e6f7e2a8f19655ab19161020e3fa8e4addfcc6
parentc52f752e4094e5fd57f269a87ef252c56a328100
convert the XS implementation to its own dist
17 files changed:
Makefile.PL
XS.xs [moved from Stash.xs with 99% similarity]
dist.ini
inc/MMPackageStash.pm [deleted file]
lib/Package/Stash.pm [deleted file]
lib/Package/Stash/XS.pm [new file with mode: 0644]
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
t/21-leaks-debug.t
t/lib/Package/Stash.pm [new file with mode: 0644]