13 years agooptionally subname added subs topic/subname
Jesse Luehrs [Mon, 31 May 2010 17:53:53 +0000]
optionally subname added subs

13 years agoanother test
Jesse Luehrs [Fri, 27 Aug 2010 16:30:34 +0000]
another test

13 years agomore complete handling of vivication
Jesse Luehrs [Fri, 27 Aug 2010 16:16:28 +0000]
more complete handling of vivication

13 years agomake the ISA special-casing more sane
Jesse Luehrs [Fri, 27 Aug 2010 16:15:51 +0000]
make the ISA special-casing more sane

13 years agoAdd tests to make sure that changing the stash is reflected in the cached namespace
Dave Rolsky [Fri, 27 Aug 2010 15:27:24 +0000]
Add tests to make sure that changing the stash is reflected in the cached namespace

13 years agochangelog
Jesse Luehrs [Fri, 27 Aug 2010 03:39:24 +0000]
changelog

13 years agochangelog 0.06
Jesse Luehrs [Fri, 27 Aug 2010 03:37:36 +0000]
changelog

13 years agocache the ref to the stash
Jesse Luehrs [Fri, 27 Aug 2010 03:13:30 +0000]
cache the ref to the stash

13 years agostop using my pod weaver template things here
Jesse Luehrs [Fri, 27 Aug 2010 02:42:24 +0000]
stop using my pod weaver template things here

13 years agochangelog
Jesse Luehrs [Sun, 4 Jul 2010 22:16:51 +0000]
changelog

13 years agochangelog 0.05
Jesse Luehrs [Wed, 16 Jun 2010 00:12:23 +0000]
changelog

13 years agoremove eol whitespace
Jesse Luehrs [Wed, 16 Jun 2010 00:11:27 +0000]
remove eol whitespace

13 years agoupdated dzil stuff
Jesse Luehrs [Wed, 16 Jun 2010 00:11:16 +0000]
updated dzil stuff

13 years agobump prereq for Test::More to get done_testing
Jesse Luehrs [Tue, 15 Jun 2010 23:58:55 +0000]
bump prereq for Test::More to get done_testing

13 years agochangelog and version bump 0.04
Jesse Luehrs [Sun, 13 Jun 2010 17:13:17 +0000]
changelog and version bump

13 years agoadd get_or_add_package_symbol, for the vivify behavior
Jesse Luehrs [Sun, 13 Jun 2010 16:55:28 +0000]
add get_or_add_package_symbol, for the vivify behavior

13 years agostop autovivifying on get
Jesse Luehrs [Sun, 13 Jun 2010 16:42:43 +0000]
stop autovivifying on get

13 years agoupdate docs for add_package_symbol
Jesse Luehrs [Mon, 31 May 2010 17:59:10 +0000]
update docs for add_package_symbol

13 years agonamed args for add_package_symbol
Jesse Luehrs [Mon, 31 May 2010 17:28:19 +0000]
named args for add_package_symbol

13 years agoExtend add_package_symbol to set %DB::sub if appropriate.
Tim Bunce [Sun, 30 May 2010 14:24:59 +0000]
Extend add_package_symbol to set %DB::sub if appropriate.

Helps NYTProf and debuggers.

13 years agochangelog and version bump 0.03
Jesse Luehrs [Fri, 14 May 2010 16:41:44 +0000]
changelog and version bump

13 years agorename Stash::Manip -> Package::Stash
Jesse Luehrs [Fri, 14 May 2010 16:39:56 +0000]
rename Stash::Manip -> Package::Stash

13 years agochangelog and version bump 0.02
Jesse Luehrs [Thu, 13 May 2010 23:38:01 +0000]
changelog and version bump

13 years agooops, need to dep on Test::Exception
Jesse Luehrs [Thu, 13 May 2010 23:36:22 +0000]
oops, need to dep on Test::Exception

13 years agorelease date 0.01
Jesse Luehrs [Wed, 12 May 2010 22:24:40 +0000]
release date

13 years agowork around a ppi bug that dzil triggers
Jesse Luehrs [Wed, 12 May 2010 19:08:27 +0000]
work around a ppi bug that dzil triggers

13 years agowhat is this i don't even
Jesse Luehrs [Wed, 12 May 2010 17:33:44 +0000]
what is this i don't even

13 years agoonly pass initializers for array and hash
Jesse Luehrs [Wed, 12 May 2010 05:35:25 +0000]
only pass initializers for array and hash

13 years agoun-TODO
Jesse Luehrs [Wed, 12 May 2010 05:25:25 +0000]
un-TODO

13 years agoalways save and restore scalars, since has_package_symbol isn't reliable
Jesse Luehrs [Wed, 12 May 2010 05:23:13 +0000]
always save and restore scalars, since has_package_symbol isn't reliable

it returns false even if a scalar has been declared but not initialized
yet, which is inconsistent with how has_package_symbol works for all
other types, but I think it's unavoidable

13 years agoadd TODO test
Jesse Luehrs [Wed, 12 May 2010 04:40:09 +0000]
add TODO test

13 years agotests for nonexistent hash/array entries
Jesse Luehrs [Wed, 12 May 2010 03:44:10 +0000]
tests for nonexistent hash/array entries

13 years agoerror when trying to init a stash slot with a value of the wrong type
Jesse Luehrs [Wed, 12 May 2010 03:11:15 +0000]
error when trying to init a stash slot with a value of the wrong type

13 years agomore support for IO slots
Jesse Luehrs [Wed, 12 May 2010 03:02:16 +0000]
more support for IO slots

13 years agoinitialize the ARRAY and HASH slots on get
Jesse Luehrs [Wed, 12 May 2010 00:11:09 +0000]
initialize the ARRAY and HASH slots on get

otherwise you have to explicitly initialize a package global array or
hash with some value if you want to get a reference to its contents, if
it's empty on first access

13 years agohandle IO slots
Jesse Luehrs [Tue, 11 May 2010 07:12:44 +0000]
handle IO slots

13 years agosynopsis test
Jesse Luehrs [Tue, 11 May 2010 06:45:28 +0000]
synopsis test

13 years agodocs
Jesse Luehrs [Tue, 11 May 2010 06:45:19 +0000]
docs

13 years agoinitial import of code from Class::MOP::Package
Jesse Luehrs [Tue, 11 May 2010 03:01:03 +0000]
initial import of code from Class::MOP::Package

13 years agoinitial commit
Jesse Luehrs [Tue, 11 May 2010 02:31:52 +0000]
initial commit