Author: tim.bunce
Date: Thu Nov 13 13:13:52 2008
New Revision: 602
Added:
trunk/lib/Devel/NYTProf/Constants.pm
Log:
Add ::Constants module (missed from earlier commits)
Added: trunk/lib/Devel/NYTProf/Constants.pm
==============================================================================
--- (empty file)
+++ trunk/lib/Devel/NYTProf/Constants.pm Thu Nov 13 13:13:52 2008
@@ -0,0 +1,11 @@
+package Devel::NYTProf::Constants;
+
+use strict;
+
+use Devel::NYTProf::Core;
+
+my $symbol_table = do { no strict; \%{"Devel::NYTProf::Constants::"} };
+
+our @EXPORT_OK = grep { /^NYTP_/ } keys %$symbol_table;
+
+1;
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---