From 194acf4760e6124a8787c2f1c6b7b76015ad5e33 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Nov 2010 23:08:45 -0600 Subject: accessors --- lib/Package/Stash.pm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib') diff --git a/lib/Package/Stash.pm b/lib/Package/Stash.pm index 871889a..8e76abf 100644 --- a/lib/Package/Stash.pm +++ b/lib/Package/Stash.pm @@ -45,28 +45,16 @@ a sigil. If this sigil is absent, it is assumed to represent the IO slot. Creates a new C object, for the package given as the only argument. -=cut - =method name Returns the name of the package that this object represents. -=cut - -sub name { - return $_[0]->{name}; -} - =method namespace Returns the raw stash itself. =cut -sub namespace { - return $_[0]->{namespace}; -} - { my %SIGIL_MAP = ( '$' => 'SCALAR', -- cgit v1.2.3-54-g00ecf