Author: tim.bunce
Date: Thu Nov 13 13:15:32 2008
New Revision: 603

Modified:
    trunk/lib/Devel/NYTProf/Constants.pm

Log:
Add Exporter, even though it worked just fine without it.


Modified: trunk/lib/Devel/NYTProf/Constants.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Constants.pm        (original)
+++ trunk/lib/Devel/NYTProf/Constants.pm        Thu Nov 13 13:15:32 2008
@@ -4,6 +4,8 @@

  use Devel::NYTProf::Core;

+use base 'Exporter';
+
  my $symbol_table = do { no strict; \%{"Devel::NYTProf::Constants::"} };

  our @EXPORT_OK = grep { /^NYTP_/ } keys %$symbol_table;

--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to