| File | /usr/lib/perl5/5.10.1/Exporter.pm |
| Statements Executed | 6730 |
| Statement Execution Time | 123ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 381 | 378 | 207 | 105ms | 138ms | Exporter::import |
| 49 | 5 | 1 | 9.44ms | 10.3ms | Exporter::as_heavy |
| 2046 | 1 | 2 | 4.99ms | 4.99ms | Exporter::CORE:match (opcode) |
| 1652 | 2 | 2 | 4.66ms | 4.66ms | Exporter::CORE:subst (opcode) |
| 38 | 6 | 5 | 706µs | 10.2ms | Exporter::export |
| 7 | 7 | 7 | 127µs | 534µs | Exporter::export_ok_tags |
| 1 | 1 | 1 | 121µs | 212µs | Exporter::require_version |
| 2 | 2 | 2 | 106µs | 339µs | Exporter::export_to_level |
| 1 | 1 | 1 | 12µs | 44µs | Exporter::export_tags |
| 0 | 0 | 0 | 0s | 0s | Exporter::__ANON__[:65] |
| 0 | 0 | 0 | 0s | 0s | Exporter::export_fail |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Exporter; | ||||
| 2 | |||||
| 3 | 1 | 117µs | require 5.006; | ||
| 4 | |||||
| 5 | # Be lean. | ||||
| 6 | #use strict; | ||||
| 7 | #no strict 'refs'; | ||||
| 8 | |||||
| 9 | 1 | 2µs | our $Debug = 0; | ||
| 10 | 1 | 1µs | our $ExportLevel = 0; | ||
| 11 | 1 | 2µs | our $Verbose ||= 0; | ||
| 12 | 1 | 2µs | our $VERSION = '5.63'; | ||
| 13 | 1 | 2µs | our (%Cache); | ||
| 14 | |||||
| 15 | # Carp 1.05+ does this now for us, but we may be running with an old Carp | ||||
| 16 | 1 | 6µs | $Carp::Internal{Exporter}++; | ||
| 17 | |||||
| 18 | # spent 10.3ms (9.44+821µs) within Exporter::as_heavy which was called 49 times, avg 209µs/call:
# 38 times (8.84ms+659µs) by Exporter::export at line 28, avg 250µs/call
# 7 times (325µs+81µs) by Exporter::export_ok_tags at line 90, avg 58µs/call
# 2 times (210µs+23µs) by Exporter::export_to_level at line 82, avg 116µs/call
# once (41µs+50µs) by Exporter::require_version at line 94
# once (23µs+8µs) by Exporter::export_tags at line 86 | ||||
| 19 | 49 | 832µs | require Exporter::Heavy; | ||
| 20 | # Unfortunately, this does not work if the caller is aliased as *name = \&foo | ||||
| 21 | # Thus the need to create a lot of identical subroutines | ||||
| 22 | 49 | 776µs | my $c = (caller(1))[3]; | ||
| 23 | 49 | 1.36ms | 49 | 522µs | $c =~ s/.*:://; # spent 522µs making 49 calls to Exporter::CORE:subst, avg 11µs/call |
| 24 | 49 | 1.19ms | \&{"Exporter::Heavy::heavy_$c"}; | ||
| 25 | } | ||||
| 26 | |||||
| 27 | # spent 10.2ms (706µs+9.50) within Exporter::export which was called 38 times, avg 269µs/call:
# 24 times (471µs+1.42ms) by Exporter::import at line 63, avg 79µs/call
# 6 times (104µs+398µs) by Math::Pari::import at line 1133 of Math/Pari.pm, avg 84µs/call
# 4 times (65µs+347µs) by IO::Socket::import at line 36 of IO/Socket.pm, avg 103µs/call
# 2 times (31µs+145µs) by Exporter::Heavy::heavy_export_to_level at line 217 of Exporter/Heavy.pm, avg 88µs/call
# once (22µs+7.15ms) by FileHandle::import at line 73 of FileHandle.pm
# once (15µs+37µs) by FileHandle::import at line 81 of FileHandle.pm | ||||
| 28 | 38 | 1.07ms | 76 | 55.3ms | goto &{as_heavy()}; # spent 45.8ms making 38 calls to Exporter::Heavy::heavy_export, avg 1.20ms/call
# spent 9.50ms making 38 calls to Exporter::as_heavy, avg 250µs/call |
| 29 | } | ||||
| 30 | |||||
| 31 | # spent 138ms (105+32.9) within Exporter::import which was called 381 times, avg 361µs/call:
# 3 times (470µs+22µs) by Catalyst::BEGIN@18 or Catalyst::Plugin::Static::Simple::BEGIN@4 or IO::Dir::BEGIN@18 at line 25 of File/stat.pm, avg 164µs/call
# 2 times (6.03ms+3.60ms) by POSIX::import at line 29 of POSIX.pm, avg 4.81ms/call
# once (5.37ms+289µs) by IO::Socket::INET::BEGIN@12 at line 12 of IO/Socket/INET.pm
# once (4.84ms+321µs) by Catalyst::Engine::HTTP::BEGIN@11 at line 11 of Catalyst/Engine/HTTP.pm
# once (3.24ms+827µs) by B::Deparse::BEGIN@12 at line 12 of B/Deparse.pm
# once (879µs+3.05ms) by DBD::Pg::db::BEGIN@249 at line 249 of DBD/Pg.pm
# once (3.16ms+286µs) by Net::SMTP::BEGIN@13 at line 13 of Net/SMTP.pm
# once (3.01ms+292µs) by IO::Socket::BEGIN@12 at line 12 of IO/Socket.pm
# once (128µs+3.11ms) by File::Slurp::BEGIN@7 at line 7 of File/Slurp.pm
# once (161µs+2.62ms) by English::import at line 74 of English.pm
# once (2.04ms+73µs) by Compress::Zlib::BEGIN@12 at line 12 of Compress/Zlib.pm
# once (1.48ms+435µs) by IO::Seekable::BEGIN@104 at line 104 of IO/Seekable.pm
# once (1.84ms+60µs) by IO::Dir::BEGIN@15 at line 15 of IO/Dir.pm
# once (551µs+1.20ms) by IO::Compress::Gzip::BEGIN@15 at line 15 of IO/Compress/Gzip.pm
# once (1.37ms+208µs) by Catalyst::Engine::HTTP::BEGIN@10 at line 10 of Catalyst/Engine/HTTP.pm
# once (1.57ms+8µs) by Class::MOP::Class::BEGIN@16 at line 16 of Class/MOP/Class.pm
# once (246µs+1.32ms) by File::GlobMapper::BEGIN@10 at line 77 of File/Glob.pm
# once (247µs+1.31ms) by IO::Uncompress::Gunzip::BEGIN@16 at line 16 of IO/Uncompress/Gunzip.pm
# once (279µs+1.27ms) by IO::Compress::Zlib::Extra::BEGIN@13 at line 13 of IO/Compress/Zlib/Extra.pm
# once (288µs+1.24ms) by Compress::Zlib::BEGIN@455 at line 455 of Compress/Zlib.pm
# once (1.24ms+268µs) by Catalyst::Engine::HTTP::BEGIN@7 at line 7 of Catalyst/Engine/HTTP.pm
# once (360µs+1.07ms) by Template::Parser::BEGIN@39 at line 39 of Template/Parser.pm
# once (1.29ms+10µs) by IO::Handle::BEGIN@264 at line 264 of IO/Handle.pm
# once (1.09ms+81µs) by IO::Uncompress::RawInflate::BEGIN@8 at line 8 of IO/Uncompress/RawInflate.pm
# once (1.09ms+18µs) by Data::Dumper::BEGIN@20 at line 20 of Data/Dumper.pm
# once (1.05ms+9µs) by Catalyst::Utils::BEGIN@10 at line 10 of Catalyst/Utils.pm
# once (934µs+80µs) by POSIX::BEGIN@13 at line 13 of POSIX.pm
# once (372µs+613µs) by IO::Compress::RawDeflate::BEGIN@11 at line 11 of IO/Compress/RawDeflate.pm
# once (916µs+54µs) by Storable::BEGIN@23 at line 148 of IO/File.pm
# once (73µs+893µs) by IO::Compress::Gzip::BEGIN@14 at line 14 of IO/Compress/Gzip.pm
# once (867µs+70µs) by IO::Compress::Gzip::BEGIN@13 at line 13 of IO/Compress/Gzip.pm
# once (899µs+8µs) by Mail::Util::BEGIN@15 at line 15 of Mail/Util.pm
# once (595µs+274µs) by IO::Uncompress::Base::BEGIN@17 at line 17 of IO/Uncompress/Base.pm
# once (770µs+59µs) by IO::Compress::Base::BEGIN@11 at line 11 of IO/Compress/Base.pm
# once (748µs+60µs) by IO::Uncompress::Base::BEGIN@20 at line 20 of IO/Uncompress/Base.pm
# once (676µs+133µs) by Storable::BEGIN@23 at line 39 of FileHandle.pm
# once (702µs+52µs) by IO::Compress::Base::BEGIN@9 at line 9 of IO/Compress/Base.pm
# once (696µs+52µs) by Compress::Zlib::BEGIN@11 at line 11 of Compress/Zlib.pm
# once (681µs+59µs) by LaTeX::Driver::BEGIN@41 at line 41 of LaTeX/Driver.pm
# once (131µs+606µs) by IO::Compress::RawDeflate::BEGIN@145 at line 145 of IO/Compress/RawDeflate.pm
# once (73µs+648µs) by IO::Uncompress::Gunzip::BEGIN@50 at line 50 of IO/Uncompress/Gunzip.pm
# once (622µs+79µs) by Convert::ASCII::Armour::BEGIN@15 at line 15 of Convert/ASCII/Armour.pm
# once (76µs+583µs) by IO::Uncompress::RawInflate::BEGIN@9 at line 9 of IO/Uncompress/RawInflate.pm
# once (551µs+51µs) by File::Temp::BEGIN@146 at line 146 of File/Temp.pm
# once (559µs+18µs) by Epoll::View::Latex::BEGIN@5 at line 5 of Epoll/View/Latex.pm
# once (120µs+457µs) by IO::Compress::Adapter::Deflate::BEGIN@7 at line 7 of IO/Compress/Adapter/Deflate.pm
# once (72µs+504µs) by IO::Uncompress::Gunzip::BEGIN@15 at line 15 of IO/Uncompress/Gunzip.pm
# once (183µs+368µs) by Getopt::Long::import at line 113 of Getopt/Long.pm
# once (491µs+54µs) by HTTP::Body::MultiPart::BEGIN@7 at line 7 of HTTP/Body/MultiPart.pm
# once (77µs+468µs) by IO::Uncompress::Adapter::Inflate::BEGIN@7 at line 7 of IO/Uncompress/Adapter/Inflate.pm
# once (457µs+78µs) by IO::Compress::Adapter::Deflate::BEGIN@9 at line 9 of IO/Compress/Adapter/Deflate.pm
# once (454µs+57µs) by Moose::Exporter::BEGIN@12 at line 12 of Moose/Exporter.pm
# once (152µs+358µs) by Crypt::RSA::BEGIN@13 at line 13 of Crypt/RSA.pm
# once (248µs+254µs) by Crypt::RSA::Key::Private::SSH::BEGIN@37 at line 37 of Crypt/RSA/Key/Private/SSH.pm
# once (496µs+5µs) by Moose::Meta::Role::Composite::BEGIN@7 at line 7 of Moose/Meta/Role/Composite.pm
# once (84µs+414µs) by Storable::BEGIN@44 at line 45 of Storable.pm
# once (473µs+7µs) by IO::Uncompress::Base::BEGIN@24 at line 24 of IO/Uncompress/Base.pm
# once (464µs+7µs) by Moose::Util::TypeConstraints::OptimizedConstraints::BEGIN@7 at line 7 of Moose/Util/TypeConstraints/OptimizedConstraints.pm
# once (428µs+18µs) by Net::SMTP::BEGIN@16 at line 16 of Net/SMTP.pm
# once (434µs+5µs) by Class::MOP::Method::Accessor::BEGIN@7 at line 7 of Class/MOP/Method/Accessor.pm
# once (420µs+10µs) by NEXT::BEGIN@3 at line 3 of NEXT.pm
# once (420µs+6µs) by Class::MOP::Attribute::BEGIN@9 at line 9 of Class/MOP/Attribute.pm
# once (394µs+16µs) by Moose::Util::MetaRole::BEGIN@12 at line 12 of Moose/Util/MetaRole.pm
# once (400µs+7µs) by Try::Tiny::BEGIN@46 at line 46 of Try/Tiny.pm
# once (334µs+54µs) by Class::MOP::Class::BEGIN@13 at line 13 of Class/MOP/Class.pm
# once (354µs+30µs) by HTTP::Body::XFormsMultipart::BEGIN@7 at line 7 of HTTP/Body/XFormsMultipart.pm
# once (164µs+215µs) by main::BEGIN@15 at line 15 of /usr/bin/epoll_server.pl
# once (368µs+8µs) by SelectSaver::BEGIN@38 at line 38 of SelectSaver.pm
# once (346µs+26µs) by Moose::BEGIN@11 at line 11 of Moose.pm
# once (358µs+6µs) by Moose::Meta::Attribute::BEGIN@7 at line 7 of Moose/Meta/Attribute.pm
# once (353µs+4µs) by Class::MOP::Method::BEGIN@7 at line 7 of Class/MOP/Method.pm
# once (343µs+7µs) by Compress::Raw::Zlib::BEGIN@7 at line 7 of Compress/Raw/Zlib.pm
# once (332µs+8µs) by Sub::Install::BEGIN@6 at line 6 of Sub/Install.pm
# once (330µs+7µs) by IO::Socket::BEGIN@13 at line 13 of IO/Socket.pm
# once (322µs+7µs) by Crypt::RSA::Key::Private::BEGIN@18 at line 18 of Crypt/RSA/Key/Private.pm
# once (178µs+149µs) by Moose::Meta::Role::BEGIN@8 at line 8 of Moose/Meta/Role.pm
# once (305µs+8µs) by Pod::Select::BEGIN@241 at line 241 of Pod/Select.pm
# once (299µs+9µs) by IO::Compress::RawDeflate::BEGIN@146 at line 146 of IO/Compress/RawDeflate.pm
# once (299µs+7µs) by IO::Handle::BEGIN@263 at line 263 of IO/Handle.pm
# once (266µs+31µs) by Catalyst::Plugin::Session::Store::DBI::BEGIN@9 at line 9 of Catalyst/Plugin/Session/Store/DBI.pm
# once (288µs+7µs) by MIME::Types::BEGIN@190 at line 190 of MIME/Types.pm
# once (85µs+203µs) by Net::SMTP::BEGIN@17 at line 17 of Net/SMTP.pm
# once (282µs+3µs) by MooseX::Types::BEGIN@17 at line 17 of MooseX/Types.pm
# once (284µs+0s) by Catalyst::Plugin::Session::Store::DBI::BEGIN@6 at line 6 of Catalyst/Plugin/Session/Store/DBI.pm
# once (261µs+19µs) by Crypt::RSA::Key::BEGIN@16 at line 16 of Crypt/RSA/Key.pm
# once (273µs+3µs) by Class::MOP::Object::BEGIN@7 at line 7 of Class/MOP/Object.pm
# once (271µs+0s) by Compress::Zlib::BEGIN@13 at line 13 of Compress/Zlib.pm
# once (256µs+12µs) by Data::Visitor::BEGIN@6 at line 6 of Data/Visitor.pm
# once (259µs+8µs) by Tie::Hash::BEGIN@188 at line 188 of Tie/Hash.pm
# once (262µs+5µs) by MooseX::Types::TypeDecorator::BEGIN@11 at line 11 of MooseX/Types/TypeDecorator.pm
# once (266µs+0s) by main::BEGIN@16 at line 16 of /usr/bin/epoll_server.pl
# once (260µs+6µs) by Crypt::RSA::BEGIN@19 at line 19 of Crypt/RSA.pm
# once (234µs+25µs) by I18N::LangTags::Detect::BEGIN@16 at line 16 of I18N/LangTags/Detect.pm
# once (240µs+17µs) by namespace::clean::BEGIN@13 at line 13 of namespace/clean.pm
# once (235µs+11µs) by YAML::XS::BEGIN@40 at line 40 of YAML/XS.pm
# once (224µs+20µs) by CGI::Simple::Cookie::BEGIN@16 at line 16 of CGI/Simple/Cookie.pm
# once (236µs+7µs) by Crypt::RSA::Key::Public::BEGIN@14 at line 14 of Crypt/RSA/Key/Public.pm
# once (235µs+8µs) by Time::Local::BEGIN@4 at line 4 of Time/Local.pm
# once (230µs+11µs) by IO::Uncompress::Adapter::Inflate::BEGIN@8 at line 8 of IO/Uncompress/Adapter/Inflate.pm
# once (229µs+7µs) by IO::Seekable::BEGIN@98 at line 98 of IO/Seekable.pm
# once (221µs+14µs) by Crypt::Random::Generator::BEGIN@12 at line 12 of Crypt/Random/Generator.pm
# once (225µs+10µs) by IO::File::BEGIN@131 at line 131 of IO/File.pm
# once (219µs+9µs) by Class::Struct::BEGIN@11 at line 11 of Class/Struct.pm
# once (216µs+10µs) by Moose::Meta::Method::Constructor::BEGIN@7 at line 7 of Moose/Meta/Method/Constructor.pm
# once (218µs+7µs) by Encode::BEGIN@48 at line 48 of Encode.pm
# once (219µs+6µs) by Template::Stash::BEGIN@26 at line 26 of Template/Stash.pm
# once (212µs+9µs) by File::stat::BEGIN@3 at line 3 of (eval 0)[Class/Struct.pm:231] at line 231 of Class/Struct.pm
# once (216µs+5µs) by Class::MOP::Deprecated::BEGIN@6 at line 6 of Class/MOP/Deprecated.pm
# once (212µs+9µs) by Pod::Parser::BEGIN@206 at line 206 of Pod/Parser.pm
# once (211µs+8µs) by Class::MOP::Method::Inlined::BEGIN@7 at line 7 of Class/MOP/Method/Inlined.pm
# once (209µs+9µs) by IO::Dir::BEGIN@13 at line 13 of IO/Dir.pm
# once (210µs+9µs) by IO::Uncompress::Base::BEGIN@21 at line 21 of IO/Uncompress/Base.pm
# once (155µs+64µs) by Tie::EncryptedHash::BEGIN@15 at line 15 of Tie/EncryptedHash.pm
# once (215µs+4µs) by Crypt::RSA::Key::Private::BEGIN@16 at line 16 of Crypt/RSA/Key/Private.pm
# once (209µs+8µs) by FindBin::BEGIN@98 at line 98 of FindBin.pm
# once (201µs+7µs) by IO::File::BEGIN@133 at line 133 of IO/File.pm
# once (201µs+7µs) by IO::Socket::INET::BEGIN@13 at line 13 of IO/Socket/INET.pm
# once (199µs+8µs) by Pod::Usage::BEGIN@444 at line 444 of Pod/Usage.pm
# once (198µs+7µs) by Mail::Mailer::BEGIN@15 at line 15 of Mail/Mailer.pm
# once (197µs+8µs) by IO::Compress::Base::Common::BEGIN@7 at line 7 of IO/Compress/Base/Common.pm
# once (190µs+14µs) by Class::MOP::Method::Constructor::BEGIN@8 at line 8 of Class/MOP/Method/Constructor.pm
# once (196µs+7µs) by IO::BEGIN@6 at line 6 of IO.pm
# once (194µs+8µs) by Class::MOP::Attribute::BEGIN@11 at line 11 of Class/MOP/Attribute.pm
# once (194µs+7µs) by Moose::Meta::TypeConstraint::BEGIN@11 at line 11 of Moose/Meta/TypeConstraint.pm
# once (194µs+7µs) by Tie::EncryptedHash::BEGIN@18 at line 18 of Tie/EncryptedHash.pm
# once (194µs+7µs) by Moose::Util::TypeConstraints::BEGIN@5 at line 5 of Moose/Util/TypeConstraints.pm
# once (186µs+15µs) by Catalyst::Engine::HTTP::BEGIN@6 at line 6 of Catalyst/Engine/HTTP.pm
# once (194µs+6µs) by Catalyst::Plugin::Session::Store::DBI::BEGIN@7 at line 7 of Catalyst/Plugin/Session/Store/DBI.pm
# once (191µs+7µs) by Crypt::CBC::BEGIN@4 at line 4 of Crypt/CBC.pm
# once (190µs+7µs) by Crypt::RSA::Key::Private::SSH::Buffer::BEGIN@13 at line 13 of Crypt/RSA/Key/Private/SSH.pm
# once (189µs+7µs) by Moose::Meta::Role::Application::ToClass::BEGIN@8 at line 8 of Moose/Meta/Role/Application/ToClass.pm
# once (189µs+7µs) by Net::Cmd::BEGIN@14 at line 14 of Net/Cmd.pm
# once (187µs+7µs) by LaTeX::Driver::BEGIN@36 at line 36 of LaTeX/Driver.pm
# once (179µs+13µs) by Crypt::RSA::Key::BEGIN@15 at line 15 of Crypt/RSA/Key.pm
# once (178µs+11µs) by Mail::Mailer::smtp::BEGIN@14 at line 14 of Mail/Mailer/smtp.pm
# once (179µs+10µs) by Catalyst::Engine::BEGIN@9 at line 9 of Catalyst/Engine.pm
# once (182µs+7µs) by Epoll::DB::Poll::BEGIN@17 at line 17 of Epoll/DB/Poll.pm
# once (185µs+3µs) by IO::Uncompress::Base::BEGIN@23 at line 23 of IO/Uncompress/Base.pm
# once (182µs+5µs) by Moose::Meta::Class::BEGIN@12 at line 12 of Moose/Meta/Class.pm
# once (182µs+5µs) by Crypt::RSA::Key::Public::SSH::BEGIN@13 at line 13 of Crypt/RSA/Key/Public/SSH.pm
# once (174µs+10µs) by LaTeX::Driver::BEGIN@39 at line 39 of LaTeX/Driver.pm
# once (178µs+5µs) by IO::Compress::Base::Common::BEGIN@8 at line 8 of IO/Compress/Base/Common.pm
# once (178µs+5µs) by Convert::ASCII::Armour::BEGIN@14 at line 14 of Convert/ASCII/Armour.pm
# once (176µs+4µs) by Data::Visitor::Callback::BEGIN@8 at line 8 of Data/Visitor/Callback.pm
# once (174µs+5µs) by Moose::Util::BEGIN@8 at line 8 of Moose/Util.pm
# once (162µs+15µs) by Moose::BEGIN@12 at line 12 of Moose.pm
# once (165µs+12µs) by YAML::BEGIN@7 at line 7 of YAML.pm
# once (164µs+11µs) by Crypt::RSA::DataFormat::BEGIN@16 at line 16 of Crypt/RSA/DataFormat.pm
# once (165µs+8µs) by Locale::Maketext::Lexicon::Gettext::BEGIN@102 at line 102 of Locale/Maketext/Lexicon/Gettext.pm
# once (168µs+5µs) by Exception::Class::BEGIN@8 at line 8 of Exception/Class.pm
# once (161µs+11µs) by Template::Provider::BEGIN@47 at line 47 of Template/Provider.pm
# once (167µs+4µs) by Moose::Meta::Role::Application::ToRole::BEGIN@7 at line 7 of Moose/Meta/Role/Application/ToRole.pm
# once (161µs+10µs) by Path::Class::Entity::BEGIN@8 at line 8 of Path/Class/Entity.pm
# once (165µs+5µs) by Class::MOP::Attribute::BEGIN@10 at line 10 of Class/MOP/Attribute.pm
# once (161µs+9µs) by LaTeX::Driver::BEGIN@33 at line 33 of LaTeX/Driver.pm
# once (108µs+62µs) by Template::Iterator::BEGIN@29 at line 29 of Template/Iterator.pm
# once (150µs+18µs) by Module::Pluggable::Object::BEGIN@6 at line 6 of Module/Pluggable/Object.pm
# once (159µs+8µs) by Class::MOP::Mixin::HasMethods::BEGIN@12 at line 12 of Class/MOP/Mixin/HasMethods.pm
# once (155µs+11µs) by namespace::clean::BEGIN@15 at line 15 of namespace/clean.pm
# once (161µs+4µs) by Class::MOP::Method::Wrapped::BEGIN@7 at line 7 of Class/MOP/Method/Wrapped.pm
# once (161µs+3µs) by Class::MOP::Method::Wrapped::BEGIN@8 at line 8 of Class/MOP/Method/Wrapped.pm
# once (161µs+3µs) by Moose::Util::MetaRole::BEGIN@5 at line 5 of Moose/Util/MetaRole.pm
# once (156µs+7µs) by Class::MOP::Method::BEGIN@8 at line 8 of Class/MOP/Method.pm
# once (155µs+8µs) by IO::File::BEGIN@130 at line 130 of IO/File.pm
# once (160µs+3µs) by Tie::ToObject::BEGIN@10 at line 10 of Tie/ToObject.pm
# once (154µs+9µs) by FindBin::BEGIN@99 at line 99 of FindBin.pm
# once (153µs+9µs) by Template::BEGIN@31 at line 31 of Template.pm
# once (158µs+3µs) by Tie::ToObject::BEGIN@11 at line 11 of Tie/ToObject.pm
# once (157µs+3µs) by Class::MOP::Mixin::HasAttributes::BEGIN@11 at line 11 of Class/MOP/Mixin/HasAttributes.pm
# once (156µs+3µs) by Class::MOP::Module::BEGIN@8 at line 8 of Class/MOP/Module.pm
# once (152µs+7µs) by Catalyst::Plugin::Session::BEGIN@12 at line 12 of Catalyst/Plugin/Session.pm
# once (154µs+4µs) by Moose::Exporter::BEGIN@15 at line 15 of Moose/Exporter.pm
# once (149µs+9µs) by File::Slurp::BEGIN@8 at line 8 of File/Slurp.pm
# once (149µs+9µs) by Moose::Meta::Class::BEGIN@11 at line 11 of Moose/Meta/Class.pm
# once (149µs+7µs) by Net::SMTP::BEGIN@14 at line 14 of Net/SMTP.pm
# once (152µs+4µs) by Class::MOP::Module::BEGIN@7 at line 7 of Class/MOP/Module.pm
# once (148µs+8µs) by Crypt::Random::BEGIN@21 at line 21 of Crypt/Random.pm
# once (147µs+7µs) by Config::Any::BEGIN@6 at line 6 of Config/Any.pm
# once (143µs+11µs) by IO::Compress::RawDeflate::BEGIN@178 at line 178 of IO/Compress/RawDeflate.pm
# once (149µs+4µs) by Moose::Meta::TypeConstraint::Class::BEGIN@7 at line 7 of Moose/Meta/TypeConstraint/Class.pm
# once (145µs+8µs) by IO::Compress::Base::BEGIN@17 at line 17 of IO/Compress/Base.pm
# once (145µs+8µs) by IO::Socket::UNIX::BEGIN@12 at line 12 of IO/Socket/UNIX.pm
# once (145µs+7µs) by Catalyst::Utils::BEGIN@7 at line 7 of Catalyst/Utils.pm
# once (144µs+7µs) by MIME::Types::BEGIN@14 at line 14 of MIME/Types.pm
# once (147µs+3µs) by Moose::Meta::Role::Attribute::BEGIN@8 at line 8 of Moose/Meta/Role/Attribute.pm
# once (142µs+8µs) by Compress::Zlib::BEGIN@7 at line 7 of Compress/Zlib.pm
# once (141µs+8µs) by IO::Compress::Base::Common::BEGIN@503 at line 503 of IO/Compress/Base/Common.pm
# once (141µs+8µs) by Class::MOP::BEGIN@13 at line 13 of Class/MOP.pm
# once (140µs+8µs) by Mail::Mailer::smtp::BEGIN@15 at line 15 of Mail/Mailer/smtp.pm
# once (142µs+7µs) by Config::YAML::BEGIN@7 at line 7 of Config/YAML.pm
# once (140µs+8µs) by IO::Dir::BEGIN@12 at line 12 of IO/Dir.pm
# once (139µs+9µs) by Carp::BEGIN@11 at line 11 of Carp/Heavy.pm
# once (140µs+7µs) by Crypt::RSA::BEGIN@21 at line 21 of Crypt/RSA.pm
# once (140µs+7µs) by B::Deparse::BEGIN@11 at line 11 of B/Deparse.pm
# once (140µs+7µs) by Crypt::DES::BEGIN@26 at line 26 of Crypt/DES.pm
# once (140µs+7µs) by IO::Compress::Base::BEGIN@16 at line 16 of IO/Compress/Base.pm
# once (140µs+6µs) by Crypt::Primes::BEGIN@15 at line 15 of Crypt/Primes.pm
# once (137µs+8µs) by SelectSaver::BEGIN@39 at line 39 of SelectSaver.pm
# once (137µs+8µs) by YAML::BEGIN@6 at line 6 of YAML.pm
# once (139µs+5µs) by Template::Filters::BEGIN@27 at line 27 of Template/Filters.pm
# once (137µs+7µs) by Socket::BEGIN@178 at line 178 of Socket.pm
# once (136µs+7µs) by FindBin::BEGIN@95 at line 95 of FindBin.pm
# once (138µs+4µs) by Moose::Meta::TypeConstraint::Registry::BEGIN@8 at line 8 of Moose/Meta/TypeConstraint/Registry.pm
# once (134µs+7µs) by File::Slurp::BEGIN@5 at line 5 of File/Slurp.pm
# once (134µs+7µs) by HTTP::Body::MultiPart::BEGIN@8 at line 8 of HTTP/Body/MultiPart.pm
# once (136µs+4µs) by URI::_query::BEGIN@5 at line 5 of URI/_query.pm
# once (140µs+0s) by Epoll::DB::Poll::BEGIN@15 at line 15 of Epoll/DB/Poll.pm
# once (132µs+8µs) by Epoll::DB::Poll::Type::Binary::BEGIN@8 at line 8 of Epoll/DB/Poll/Type/Binary.pm
# once (134µs+6µs) by Class::MOP::Package::BEGIN@7 at line 7 of Class/MOP/Package.pm
# once (131µs+8µs) by HTTP::Body::XFormsMultipart::BEGIN@8 at line 8 of HTTP/Body/XFormsMultipart.pm
# once (139µs+0s) by Template::Filters::BEGIN@26 at line 26 of Template/Filters.pm
# once (131µs+7µs) by Moose::Meta::Method::Destructor::BEGIN@8 at line 8 of Moose/Meta/Method/Destructor.pm
# once (138µs+0s) by Template::Plugins::BEGIN@29 at line 29 of Template/Plugins.pm
# once (131µs+7µs) by File::GlobMapper::BEGIN@5 at line 5 of File/GlobMapper.pm
# once (131µs+7µs) by Crypt::RSA::DataFormat::BEGIN@17 at line 17 of Crypt/RSA/DataFormat.pm
# once (130µs+7µs) by Data::Visitor::Callback::BEGIN@9 at line 9 of Data/Visitor/Callback.pm
# once (130µs+6µs) by Moose::Meta::Attribute::BEGIN@9 at line 9 of Moose/Meta/Attribute.pm
# once (128µs+7µs) by Crypt::Random::Generator::BEGIN@13 at line 13 of Crypt/Random/Generator.pm
# once (129µs+7µs) by Class::MOP::BEGIN@12 at line 12 of Class/MOP.pm
# once (130µs+5µs) by Template::BEGIN@32 at line 32 of Template.pm
# once (130µs+4µs) by Catalyst::View::TT::BEGIN@7 at line 7 of Catalyst/View/TT.pm
# once (128µs+5µs) by Catalyst::View::TT::BEGIN@11 at line 11 of Catalyst/View/TT.pm
# once (126µs+6µs) by Epoll::DB::Poll::BEGIN@11 at line 11 of Epoll/DB/Poll.pm
# once (123µs+6µs) by Class::MOP::Instance::BEGIN@7 at line 7 of Class/MOP/Instance.pm
# once (129µs+0s) by Template::Directive::BEGIN@32 at line 32 of Template/Directive.pm
# once (123µs+5µs) by Pod::Text::BEGIN@31 at line 31 of Pod/Text.pm
# once (124µs+4µs) by Moose::Meta::Role::Application::ToInstance::BEGIN@7 at line 7 of Moose/Meta/Role/Application/ToInstance.pm
# once (123µs+4µs) by Class::MOP::BEGIN@11 at line 11 of Class/MOP.pm
# once (120µs+5µs) by IO::Compress::Base::BEGIN@12 at line 12 of IO/Compress/Base.pm
# once (120µs+5µs) by Net::Config::BEGIN@11 at line 11 of Net/Config.pm
# once (120µs+5µs) by base::import at line 22 of Class/Accessor.pm
# once (120µs+4µs) by Moose::Meta::TypeConstraint::Union::BEGIN@10 at line 10 of Moose/Meta/TypeConstraint/Union.pm
# once (119µs+5µs) by Epoll::DB::ImportV::BEGIN@5 at line 5 of Epoll/DB/ImportV.pm
# once (119µs+5µs) by Moose::Meta::Method::Delegation::BEGIN@7 at line 7 of Moose/Meta/Method/Delegation.pm
# once (118µs+5µs) by Class::C3::Adopt::NEXT::BEGIN@8 at line 8 of Class/C3/Adopt/NEXT.pm
# once (118µs+5µs) by Class::MOP::Method::Accessor::BEGIN@8 at line 8 of Class/MOP/Method/Accessor.pm
# once (117µs+5µs) by Class::MOP::Class::Immutable::Trait::BEGIN@8 at line 8 of Class/MOP/Class/Immutable/Trait.pm
# once (116µs+5µs) by Class::MOP::Class::Immutable::Trait::BEGIN@9 at line 9 of Class/MOP/Class/Immutable/Trait.pm
# once (117µs+4µs) by IO::Uncompress::Gunzip::BEGIN@14 at line 14 of IO/Uncompress/Gunzip.pm
# once (115µs+5µs) by Moose::Util::TypeConstraints::BEGIN@6 at line 6 of Moose/Util/TypeConstraints.pm
# once (115µs+5µs) by Template::VMethods::BEGIN@26 at line 26 of Template/VMethods.pm
# once (115µs+5µs) by Moose::Meta::Method::Delegation::BEGIN@8 at line 8 of Moose/Meta/Method/Delegation.pm
# once (115µs+4µs) by Moose::Meta::TypeConstraint::DuckType::BEGIN@7 at line 7 of Moose/Meta/TypeConstraint/DuckType.pm
# once (115µs+4µs) by Catalyst::Engine::BEGIN@7 at line 7 of Catalyst/Engine.pm
# once (114µs+5µs) by metaclass::BEGIN@7 at line 7 of metaclass.pm
# once (111µs+8µs) by HTTP::Body::OctetStream::BEGIN@7 at line 7 of HTTP/Body/OctetStream.pm
# once (114µs+4µs) by Moose::Meta::Class::BEGIN@10 at line 10 of Moose/Meta/Class.pm
# once (113µs+5µs) by LaTeX::Driver::BEGIN@38 at line 38 of LaTeX/Driver.pm
# once (113µs+5µs) by Class::MOP::Method::Constructor::BEGIN@7 at line 7 of Class/MOP/Method/Constructor.pm
# once (112µs+6µs) by namespace::autoclean::BEGIN@11 at line 11 of namespace/autoclean.pm
# once (112µs+5µs) by YAML::Node::BEGIN@6 at line 6 of YAML/Node.pm
# once (111µs+6µs) by Catalyst::Controller::BEGIN@5 at line 5 of Catalyst/Controller.pm
# once (117µs+0s) by Epoll::DB::Ballot::BEGIN@8 at line 8 of Epoll/DB/Ballot.pm
# once (112µs+5µs) by Catalyst::Action::BEGIN@23 at line 23 of Catalyst/Action.pm
# once (113µs+4µs) by Moose::Meta::TypeConstraint::Role::BEGIN@7 at line 7 of Moose/Meta/TypeConstraint/Role.pm
# once (112µs+5µs) by Catalyst::Component::BEGIN@11 at line 11 of Catalyst/Component.pm
# once (104µs+12µs) by File::Path::BEGIN@6 at line 6 of File/Path.pm
# once (112µs+4µs) by Moose::Meta::Role::Application::RoleSummation::BEGIN@7 at line 7 of Moose/Meta/Role/Application/RoleSummation.pm
# once (107µs+9µs) by HTTP::Body::XForms::BEGIN@7 at line 7 of HTTP/Body/XForms.pm
# once (110µs+5µs) by MooseX::MethodAttributes::Role::Meta::Role::BEGIN@8 at line 8 of MooseX/MethodAttributes/Role/Meta/Role.pm
# once (111µs+4µs) by Class::MOP::Mixin::BEGIN@10 at line 10 of Class/MOP/Mixin.pm
# once (114µs+0s) by Text::Balanced::BEGIN@9 at line 9 of Text/Balanced.pm
# once (110µs+3µs) by IO::Uncompress::Base::BEGIN@22 at line 22 of IO/Uncompress/Base.pm
# once (110µs+4µs) by Moose::Meta::TypeConstraint::Parameterized::BEGIN@7 at line 7 of Moose/Meta/TypeConstraint/Parameterized.pm
# once (109µs+5µs) by Devel::StackTrace::BEGIN@9 at line 9 of Devel/StackTrace.pm
# once (110µs+3µs) by Compress::Zlib::BEGIN@9 at line 9 of Compress/Zlib.pm
# once (108µs+4µs) by Class::MOP::Mixin::HasAttributes::BEGIN@10 at line 10 of Class/MOP/Mixin/HasAttributes.pm
# once (108µs+4µs) by Tie::EncryptedHash::BEGIN@17 at line 17 of Tie/EncryptedHash.pm
# once (112µs+0s) by IO::Uncompress::RawInflate::BEGIN@11 at line 11 of IO/Uncompress/RawInflate.pm
# once (109µs+3µs) by Crypt::RSA::Key::Private::SSH::BEGIN@53 at line 53 of Crypt/RSA/Key/Private/SSH.pm
# once (107µs+4µs) by LaTeX::Driver::BEGIN@37 at line 37 of LaTeX/Driver.pm
# once (108µs+3µs) by Class::Loader::BEGIN@12 at line 12 of Class/Loader.pm
# once (107µs+4µs) by Crypt::RSA::DataFormat::BEGIN@15 at line 15 of Crypt/RSA/DataFormat.pm
# once (107µs+3µs) by Moose::Util::MetaRole::BEGIN@11 at line 11 of Moose/Util/MetaRole.pm
# once (105µs+3µs) by Class::MOP::Class::BEGIN@12 at line 12 of Class/MOP/Class.pm
# once (105µs+3µs) by Variable::Magic::BEGIN@8 at line 8 of Variable/Magic.pm
# once (105µs+4µs) by Moose::Meta::Role::BEGIN@9 at line 9 of Moose/Meta/Role.pm
# once (105µs+3µs) by Catalyst::BEGIN@32 at line 32 of Catalyst.pm
# once (100µs+8µs) by File::Temp::BEGIN@145 at line 145 of File/Temp.pm
# once (108µs+0s) by Epoll::DB::Voting::BEGIN@8 at line 8 of Epoll/DB/Voting.pm
# once (103µs+4µs) by Template::Service::BEGIN@29 at line 29 of Template/Service.pm
# once (104µs+3µs) by Class::MOP::Mixin::AttributeCore::BEGIN@10 at line 10 of Class/MOP/Mixin/AttributeCore.pm
# once (104µs+4µs) by Moose::Meta::TypeCoercion::Union::BEGIN@8 at line 8 of Moose/Meta/TypeCoercion/Union.pm
# once (104µs+3µs) by Moose::Meta::TypeConstraint::DuckType::BEGIN@8 at line 8 of Moose/Meta/TypeConstraint/DuckType.pm
# once (104µs+3µs) by Class::MOP::Deprecated::BEGIN@7 at line 7 of Class/MOP/Deprecated.pm
# once (104µs+3µs) by Moose::Meta::Attribute::BEGIN@8 at line 8 of Moose/Meta/Attribute.pm
# once (102µs+4µs) by Class::MOP::Mixin::HasMethods::BEGIN@10 at line 10 of Class/MOP/Mixin/HasMethods.pm
# once (101µs+5µs) by Template::Context::BEGIN@31 at line 31 of Template/Context.pm
# once (102µs+3µs) by MIME::Type::BEGIN@12 at line 12 of MIME/Type.pm
# once (102µs+3µs) by Moose::Meta::TypeConstraint::BEGIN@12 at line 12 of Moose/Meta/TypeConstraint.pm
# once (104µs+0s) by Epoll::DB::Poll::BEGIN@13 at line 13 of Epoll/DB/Poll.pm
# once (101µs+3µs) by Crypt::Random::BEGIN@22 at line 22 of Crypt/Random.pm
# once (101µs+4µs) by Class::MOP::Method::Inlined::BEGIN@6 at line 6 of Class/MOP/Method/Inlined.pm
# once (101µs+3µs) by Convert::ASCII::Armour::BEGIN@13 at line 13 of Convert/ASCII/Armour.pm
# once (100µs+3µs) by Catalyst::Utils::BEGIN@9 at line 9 of Catalyst/Utils.pm
# once (99µs+3µs) by Class::MOP::Class::BEGIN@14 at line 14 of Class/MOP/Class.pm
# once (99µs+3µs) by Class::MOP::Method::Generated::BEGIN@7 at line 7 of Class/MOP/Method/Generated.pm
# once (102µs+0s) by Template::BEGIN@28 at line 28 of Template.pm
# once (99µs+3µs) by Catalyst::Engine::BEGIN@8 at line 8 of Catalyst/Engine.pm
# once (99µs+3µs) by Crypt::CBC::BEGIN@3 at line 3 of Crypt/CBC.pm
# once (98µs+3µs) by Net::Cmd::BEGIN@15 at line 15 of Net/Cmd.pm
# once (93µs+9µs) by Module::Pluggable::Object::BEGIN@5 at line 5 of Module/Pluggable/Object.pm
# once (98µs+3µs) by metaclass::BEGIN@8 at line 8 of metaclass.pm
# once (97µs+3µs) by Crypt::RSA::Key::Public::BEGIN@15 at line 15 of Crypt/RSA/Key/Public.pm
# once (97µs+3µs) by Template::BEGIN@33 at line 33 of Template.pm
# once (100µs+0s) by Compress::Zlib::BEGIN@14 at line 14 of Compress/Zlib.pm
# once (96µs+3µs) by namespace::clean::BEGIN@16 at line 16 of namespace/clean.pm
# once (96µs+3µs) by Class::MOP::Mixin::HasMethods::BEGIN@11 at line 11 of Class/MOP/Mixin/HasMethods.pm
# once (95µs+3µs) by MooseX::Types::Util::BEGIN@12 at line 12 of MooseX/Types/Util.pm
# once (92µs+5µs) by Sys::Hostname::BEGIN@5 at line 5 of Sys/Hostname.pm
# once (94µs+3µs) by Class::MOP::Package::BEGIN@8 at line 8 of Class/MOP/Package.pm
# once (89µs+8µs) by URI::_server::BEGIN@6 at line 6 of URI/_server.pm
# once (85µs+7µs) by File::Temp::BEGIN@143 at line 143 of File/Temp.pm
# once (85µs+5µs) by Moose::Meta::Role::Attribute::BEGIN@6 at line 6 of Moose/Meta/Role/Attribute.pm
# once (90µs+0s) by Mail::Mailer::smtp::BEGIN@13 at line 13 of Mail/Mailer/smtp.pm
# once (88µs+0s) by Template::Base::BEGIN@24 at line 24 of Template/Base.pm
# once (86µs+0s) by IO::Compress::Base::BEGIN@847 at line 847 of IO/Compress/Base.pm
# once (85µs+0s) by Epoll::DB::Poll::BEGIN@16 at line 16 of Epoll/DB/Poll.pm
# once (80µs+5µs) by Catalyst::Request::BEGIN@4 at line 4 of Catalyst/Request.pm
# once (82µs+2µs) by Text::Balanced::BEGIN@10 at line 10 of Text/Balanced.pm
# once (83µs+0s) by Epoll::View::TT::BEGIN@6 at line 6 of Epoll/View/TT.pm
# once (83µs+0s) by Pod::Select::BEGIN@242 at line 242 of Pod/Select.pm
# once (83µs+0s) by Epoll::DB::BEGIN@8 at line 8 of Epoll/DB.pm
# once (83µs+0s) by Epoll::DB::Poll::BEGIN@12 at line 12 of Epoll/DB/Poll.pm
# once (82µs+0s) by IO::Socket::BEGIN@16 at line 16 of IO/Socket.pm
# once (82µs+0s) by Path::Class::BEGIN@9 at line 9 of Path/Class.pm
# once (81µs+0s) by Template::Service::BEGIN@28 at line 28 of Template/Service.pm
# once (81µs+0s) by Template::Iterator::BEGIN@27 at line 27 of Template/Iterator.pm
# once (75µs+5µs) by MooseX::Types::Base::BEGIN@12 at line 12 of MooseX/Types/Base.pm
# once (75µs+6µs) by Catalyst::Exception::Basic::BEGIN@4 at line 4 of Catalyst/Exception/Basic.pm
# once (80µs+0s) by IO::Uncompress::Gunzip::BEGIN@12 at line 12 of IO/Uncompress/Gunzip.pm
# once (80µs+0s) by IO::Socket::BEGIN@11 at line 11 of IO/Socket.pm
# once (80µs+0s) by Template::Context::BEGIN@29 at line 29 of Template/Context.pm
# once (78µs+0s) by Epoll::DB::common::BEGIN@7 at line 7 of Epoll/DB/common.pm
# once (78µs+0s) by IO::Compress::RawDeflate::BEGIN@10 at line 10 of IO/Compress/RawDeflate.pm
# once (78µs+0s) by Epoll::DB::Poll::BEGIN@14 at line 14 of Epoll/DB/Poll.pm
# once (78µs+0s) by Getopt::Long::BEGIN@25 at line 25 of Getopt/Long.pm
# once (73µs+4µs) by File::Temp::Dir::BEGIN@2405 at line 2405 of File/Temp.pm
# once (76µs+0s) by IO::Compress::Gzip::BEGIN@11 at line 11 of IO/Compress/Gzip.pm
# once (71µs+4µs) by File::Temp::BEGIN@147 at line 147 of File/Temp.pm
# once (76µs+0s) by B::Hooks::EndOfScope::BEGIN@7 at line 7 of B/Hooks/EndOfScope.pm
# once (71µs+5µs) by Catalyst::Log::BEGIN@6 at line 6 of Catalyst/Log.pm
# once (70µs+5µs) by MooseX::Types::BEGIN@13 at line 13 of MooseX/Types.pm
# once (72µs+4µs) by Text::Balanced::BEGIN@346 at line 346 of Text/Balanced.pm
# once (73µs+2µs) by MooseX::Types::BEGIN@18 at line 18 of MooseX/Types.pm
# once (75µs+0s) by Crypt::DES_EDE3::BEGIN@6 at line 6 of Crypt/DES_EDE3.pm
# once (70µs+5µs) by Text::Balanced::BEGIN@889 at line 889 of Text/Balanced.pm
# once (74µs+0s) by Epoll::View::Mail::BEGIN@7 at line 7 of Epoll/View/Mail.pm
# once (69µs+3µs) by MooseX::Types::CheckedUtilExports::BEGIN@16 at line 16 of MooseX/Types/CheckedUtilExports.pm
# once (72µs+0s) by Template::Document::BEGIN@27 at line 27 of Template/Document.pm
# once (72µs+0s) by Template::Constants::BEGIN@24 at line 24 of Template/Constants.pm
# once (71µs+0s) by Sub::Identify::BEGIN@4 at line 4 of Sub/Identify.pm
# once (70µs+0s) by Epoll::DB::Choice::BEGIN@8 at line 8 of Epoll/DB/Choice.pm
# once (70µs+0s) by IO::Dir::BEGIN@14 at line 14 of IO/Dir.pm
# once (70µs+0s) by Template::Provider::BEGIN@45 at line 45 of Template/Provider.pm
# once (65µs+5µs) by Tree::Simple::BEGIN@11 at line 11 of Tree/Simple.pm
# once (69µs+0s) by Epoll::DB::Poll::Bdata::BEGIN@8 at line 8 of Epoll/DB/Poll/Bdata.pm
# once (66µs+2µs) by Moose::Meta::Role::Attribute::BEGIN@7 at line 7 of Moose/Meta/Role/Attribute.pm
# once (68µs+0s) by Pod::Usage::BEGIN@446 at line 446 of Pod/Usage.pm
# once (66µs+0s) by Catalyst::BEGIN@30 at line 34 of attributes.pm
# once (66µs+0s) by Compress::Zlib::BEGIN@8 at line 8 of Compress/Zlib.pm
# once (65µs+0s) by IO::Socket::INET::BEGIN@14 at line 14 of IO/Socket/INET.pm
# once (62µs+3µs) by Catalyst::BEGIN@29 at line 29 of Catalyst.pm
# once (65µs+0s) by IO::Socket::BEGIN@17 at line 17 of IO/Socket.pm
# once (64µs+0s) by Pod::Parser::BEGIN@207 at line 207 of Pod/Parser.pm
# once (61µs+2µs) by Tree::Simple::Visitor::FindByPath::BEGIN@9 at line 9 of Tree/Simple/Visitor/FindByPath.pm
# once (63µs+0s) by IO::Socket::INET::BEGIN@15 at line 15 of IO/Socket/INET.pm
# once (60µs+4µs) by Tree::Simple::Visitor::FindByUID::BEGIN@9 at line 9 of Tree/Simple/Visitor/FindByUID.pm
# once (59µs+4µs) by URI::_generic::BEGIN@7 at line 7 of URI/_generic.pm
# once (60µs+0s) by Module::Pluggable::Object::BEGIN@8 at line 8 of Module/Pluggable/Object.pm
# once (55µs+2µs) by Moose::Role::BEGIN@5 at line 5 of Moose/Role.pm
# once (54µs+2µs) by Module::Pluggable::Object::BEGIN@7 at line 7 of Module/Pluggable/Object.pm
# once (52µs+2µs) by MooseX::Types::CheckedUtilExports::BEGIN@15 at line 15 of MooseX/Types/CheckedUtilExports.pm
# once (48µs+2µs) by Tree::Simple::Visitor::BEGIN@9 at line 9 of Tree/Simple/Visitor.pm
# once (45µs+1µs) by Moose::Role::BEGIN@6 at line 6 of Moose/Role.pm
# once (39µs+0s) by Cwd::BEGIN@171 at line 171 of Cwd.pm
# once (38µs+0s) by SelfLoader::BEGIN@41 at line 41 of SelfLoader.pm
# once (30µs+0s) by File::Temp::BEGIN@148 at line 148 of File/Temp.pm | ||||
| 32 | 381 | 1.18ms | my $pkg = shift; | ||
| 33 | 381 | 1.55ms | my $callpkg = caller($ExportLevel); | ||
| 34 | |||||
| 35 | 381 | 907µs | if ($pkg eq "Exporter" and @_ and $_[0] eq "import") { | ||
| 36 | *{$callpkg."::import"} = \&import; | ||||
| 37 | return; | ||||
| 38 | } | ||||
| 39 | |||||
| 40 | # We *need* to treat @{"$pkg\::EXPORT_FAIL"} since Carp uses it :-( | ||||
| 41 | 381 | 5.85ms | my($exports, $fail) = (\@{"$pkg\::EXPORT"}, \@{"$pkg\::EXPORT_FAIL"}); | ||
| 42 | 381 | 1.04ms | return export $pkg, $callpkg, @_ | ||
| 43 | if $Verbose or $Debug or @$fail > 1; | ||||
| 44 | 381 | 1.49ms | my $export_cache = ($Cache{$pkg} ||= {}); | ||
| 45 | 381 | 5.47ms | my $args = @_ or @_ = @$exports; | ||
| 46 | |||||
| 47 | 381 | 775µs | local $_; | ||
| 48 | 381 | 1.55ms | if ($args and not %$export_cache) { | ||
| 49 | s/^&//, $export_cache->{$_} = 1 | ||||
| 50 | 72 | 18.7ms | 1603 | 4.13ms | foreach (@$exports, @{"$pkg\::EXPORT_OK"}); # spent 4.13ms making 1603 calls to Exporter::CORE:subst, avg 3µs/call |
| 51 | } | ||||
| 52 | 381 | 557µs | my $heavy; | ||
| 53 | # Try very hard not to use {} and hence have to enter scope on the foreach | ||||
| 54 | # We bomb out of the loop with last as soon as heavy is set. | ||||
| 55 | 381 | 1.78ms | if ($args or $fail) { | ||
| 56 | ($heavy = (/\W/ or $args and not exists $export_cache->{$_} | ||||
| 57 | or @$fail and $_ eq $fail->[0])) and last | ||||
| 58 | 762 | 28.3ms | 2046 | 4.99ms | foreach (@_); # spent 4.99ms making 2046 calls to Exporter::CORE:match, avg 2µs/call |
| 59 | } else { | ||||
| 60 | ($heavy = /\W/) and last | ||||
| 61 | foreach (@_); | ||||
| 62 | } | ||||
| 63 | 381 | 1.62ms | 24 | 1.89ms | return export $pkg, $callpkg, ($args ? @_ : ()) if $heavy; # spent 1.89ms making 24 calls to Exporter::export, avg 79µs/call |
| 64 | local $SIG{__WARN__} = | ||||
| 65 | 357 | 8.18ms | sub {require Carp; &Carp::carp}; | ||
| 66 | # shortcut for the common case of no type character | ||||
| 67 | 714 | 38.4ms | *{"$callpkg\::$_"} = \&{"$pkg\::$_"} foreach @_; | ||
| 68 | } | ||||
| 69 | |||||
| 70 | # Default methods | ||||
| 71 | |||||
| 72 | sub export_fail { | ||||
| 73 | my $self = shift; | ||||
| 74 | @_; | ||||
| 75 | } | ||||
| 76 | |||||
| 77 | # Unfortunately, caller(1)[3] "does not work" if the caller is aliased as | ||||
| 78 | # *name = \&foo. Thus the need to create a lot of identical subroutines | ||||
| 79 | # Otherwise we could have aliased them to export(). | ||||
| 80 | |||||
| 81 | # spent 339µs (106+233) within Exporter::export_to_level which was called 2 times, avg 169µs/call:
# once (88µs+186µs) by Class::Struct::import at line 57 of Class/Struct.pm
# once (18µs+47µs) by Time::HiRes::import at line 62 of Time/HiRes.pm | ||||
| 82 | 2 | 52µs | 4 | 1.57ms | goto &{as_heavy()}; # spent 1.34ms making 2 calls to Exporter::Heavy::heavy_export_to_level, avg 671µs/call
# spent 233µs making 2 calls to Exporter::as_heavy, avg 116µs/call |
| 83 | } | ||||
| 84 | |||||
| 85 | # spent 44µs (12+31) within Exporter::export_tags which was called
# once (12µs+31µs) by HTTP::Body::OctetStream::BEGIN@7 at line 202 of File/Temp.pm | ||||
| 86 | 1 | 13µs | 2 | 67µs | goto &{as_heavy()}; # spent 35µs making 1 call to Exporter::Heavy::heavy_export_tags
# spent 32µs making 1 call to Exporter::as_heavy |
| 87 | } | ||||
| 88 | |||||
| 89 | # spent 534µs (127+407) within Exporter::export_ok_tags which was called 7 times, avg 76µs/call:
# once (20µs+109µs) by IO::Uncompress::Gunzip::BEGIN@12 at line 25 of IO/Uncompress/RawInflate.pm
# once (22µs+64µs) by DBI::install_driver at line 68 of DBD/Pg.pm
# once (23µs+51µs) by DBI::BEGIN@160 at line 261 of DBI.pm
# once (19µs+53µs) by Compress::Zlib::BEGIN@13 at line 37 of IO/Compress/Gzip.pm
# once (18µs+51µs) by IO::Compress::Gzip::BEGIN@11 at line 65 of IO/Compress/RawDeflate.pm
# once (17µs+46µs) by Compress::Zlib::BEGIN@14 at line 27 of IO/Uncompress/Gunzip.pm
# once (10µs+31µs) by Catalyst::DispatchType::Regex::BEGIN@8 at line 31 of Text/Balanced.pm | ||||
| 90 | 7 | 162µs | 14 | 1.44ms | goto &{as_heavy()}; # spent 1.03ms making 7 calls to Exporter::Heavy::heavy_export_ok_tags, avg 147µs/call
# spent 407µs making 7 calls to Exporter::as_heavy, avg 58µs/call |
| 91 | } | ||||
| 92 | |||||
| 93 | # spent 212µs (121+91) within Exporter::require_version which was called
# once (121µs+91µs) by DBI::install_driver at line 71 of DBD/Pg.pm | ||||
| 94 | 1 | 42µs | 2 | 237µs | goto &{as_heavy()}; # spent 146µs making 1 call to Exporter::Heavy::heavy_require_version
# spent 91µs making 1 call to Exporter::as_heavy |
| 95 | } | ||||
| 96 | |||||
| 97 | 1 | 17µs | 1; | ||
| 98 | __END__ | ||||
| 99 | |||||
| 100 | =head1 NAME | ||||
| 101 | |||||
| 102 | Exporter - Implements default import method for modules | ||||
| 103 | |||||
| 104 | =head1 SYNOPSIS | ||||
| 105 | |||||
| 106 | In module F<YourModule.pm>: | ||||
| 107 | |||||
| 108 | package YourModule; | ||||
| 109 | require Exporter; | ||||
| 110 | @ISA = qw(Exporter); | ||||
| 111 | @EXPORT_OK = qw(munge frobnicate); # symbols to export on request | ||||
| 112 | |||||
| 113 | or | ||||
| 114 | |||||
| 115 | package YourModule; | ||||
| 116 | use Exporter 'import'; # gives you Exporter's import() method directly | ||||
| 117 | @EXPORT_OK = qw(munge frobnicate); # symbols to export on request | ||||
| 118 | |||||
| 119 | In other files which wish to use C<YourModule>: | ||||
| 120 | |||||
| 121 | use YourModule qw(frobnicate); # import listed symbols | ||||
| 122 | frobnicate ($left, $right) # calls YourModule::frobnicate | ||||
| 123 | |||||
| 124 | Take a look at L</Good Practices> for some variants | ||||
| 125 | you will like to use in modern Perl code. | ||||
| 126 | |||||
| 127 | =head1 DESCRIPTION | ||||
| 128 | |||||
| 129 | The Exporter module implements an C<import> method which allows a module | ||||
| 130 | to export functions and variables to its users' namespaces. Many modules | ||||
| 131 | use Exporter rather than implementing their own C<import> method because | ||||
| 132 | Exporter provides a highly flexible interface, with an implementation optimised | ||||
| 133 | for the common case. | ||||
| 134 | |||||
| 135 | Perl automatically calls the C<import> method when processing a | ||||
| 136 | C<use> statement for a module. Modules and C<use> are documented | ||||
| 137 | in L<perlfunc> and L<perlmod>. Understanding the concept of | ||||
| 138 | modules and how the C<use> statement operates is important to | ||||
| 139 | understanding the Exporter. | ||||
| 140 | |||||
| 141 | =head2 How to Export | ||||
| 142 | |||||
| 143 | The arrays C<@EXPORT> and C<@EXPORT_OK> in a module hold lists of | ||||
| 144 | symbols that are going to be exported into the users name space by | ||||
| 145 | default, or which they can request to be exported, respectively. The | ||||
| 146 | symbols can represent functions, scalars, arrays, hashes, or typeglobs. | ||||
| 147 | The symbols must be given by full name with the exception that the | ||||
| 148 | ampersand in front of a function is optional, e.g. | ||||
| 149 | |||||
| 150 | @EXPORT = qw(afunc $scalar @array); # afunc is a function | ||||
| 151 | @EXPORT_OK = qw(&bfunc %hash *typeglob); # explicit prefix on &bfunc | ||||
| 152 | |||||
| 153 | If you are only exporting function names it is recommended to omit the | ||||
| 154 | ampersand, as the implementation is faster this way. | ||||
| 155 | |||||
| 156 | =head2 Selecting What To Export | ||||
| 157 | |||||
| 158 | Do B<not> export method names! | ||||
| 159 | |||||
| 160 | Do B<not> export anything else by default without a good reason! | ||||
| 161 | |||||
| 162 | Exports pollute the namespace of the module user. If you must export | ||||
| 163 | try to use C<@EXPORT_OK> in preference to C<@EXPORT> and avoid short or | ||||
| 164 | common symbol names to reduce the risk of name clashes. | ||||
| 165 | |||||
| 166 | Generally anything not exported is still accessible from outside the | ||||
| 167 | module using the C<YourModule::item_name> (or C<< $blessed_ref->method >>) | ||||
| 168 | syntax. By convention you can use a leading underscore on names to | ||||
| 169 | informally indicate that they are 'internal' and not for public use. | ||||
| 170 | |||||
| 171 | (It is actually possible to get private functions by saying: | ||||
| 172 | |||||
| 173 | my $subref = sub { ... }; | ||||
| 174 | $subref->(@args); # Call it as a function | ||||
| 175 | $obj->$subref(@args); # Use it as a method | ||||
| 176 | |||||
| 177 | However if you use them for methods it is up to you to figure out | ||||
| 178 | how to make inheritance work.) | ||||
| 179 | |||||
| 180 | As a general rule, if the module is trying to be object oriented | ||||
| 181 | then export nothing. If it's just a collection of functions then | ||||
| 182 | C<@EXPORT_OK> anything but use C<@EXPORT> with caution. For function and | ||||
| 183 | method names use barewords in preference to names prefixed with | ||||
| 184 | ampersands for the export lists. | ||||
| 185 | |||||
| 186 | Other module design guidelines can be found in L<perlmod>. | ||||
| 187 | |||||
| 188 | =head2 How to Import | ||||
| 189 | |||||
| 190 | In other files which wish to use your module there are three basic ways for | ||||
| 191 | them to load your module and import its symbols: | ||||
| 192 | |||||
| 193 | =over 4 | ||||
| 194 | |||||
| 195 | =item C<use YourModule;> | ||||
| 196 | |||||
| 197 | This imports all the symbols from YourModule's C<@EXPORT> into the namespace | ||||
| 198 | of the C<use> statement. | ||||
| 199 | |||||
| 200 | =item C<use YourModule ();> | ||||
| 201 | |||||
| 202 | This causes perl to load your module but does not import any symbols. | ||||
| 203 | |||||
| 204 | =item C<use YourModule qw(...);> | ||||
| 205 | |||||
| 206 | This imports only the symbols listed by the caller into their namespace. | ||||
| 207 | All listed symbols must be in your C<@EXPORT> or C<@EXPORT_OK>, else an error | ||||
| 208 | occurs. The advanced export features of Exporter are accessed like this, | ||||
| 209 | but with list entries that are syntactically distinct from symbol names. | ||||
| 210 | |||||
| 211 | =back | ||||
| 212 | |||||
| 213 | Unless you want to use its advanced features, this is probably all you | ||||
| 214 | need to know to use Exporter. | ||||
| 215 | |||||
| 216 | =head1 Advanced features | ||||
| 217 | |||||
| 218 | =head2 Specialised Import Lists | ||||
| 219 | |||||
| 220 | If any of the entries in an import list begins with !, : or / then | ||||
| 221 | the list is treated as a series of specifications which either add to | ||||
| 222 | or delete from the list of names to import. They are processed left to | ||||
| 223 | right. Specifications are in the form: | ||||
| 224 | |||||
| 225 | [!]name This name only | ||||
| 226 | [!]:DEFAULT All names in @EXPORT | ||||
| 227 | [!]:tag All names in $EXPORT_TAGS{tag} anonymous list | ||||
| 228 | [!]/pattern/ All names in @EXPORT and @EXPORT_OK which match | ||||
| 229 | |||||
| 230 | A leading ! indicates that matching names should be deleted from the | ||||
| 231 | list of names to import. If the first specification is a deletion it | ||||
| 232 | is treated as though preceded by :DEFAULT. If you just want to import | ||||
| 233 | extra names in addition to the default set you will still need to | ||||
| 234 | include :DEFAULT explicitly. | ||||
| 235 | |||||
| 236 | e.g., F<Module.pm> defines: | ||||
| 237 | |||||
| 238 | @EXPORT = qw(A1 A2 A3 A4 A5); | ||||
| 239 | @EXPORT_OK = qw(B1 B2 B3 B4 B5); | ||||
| 240 | %EXPORT_TAGS = (T1 => [qw(A1 A2 B1 B2)], T2 => [qw(A1 A2 B3 B4)]); | ||||
| 241 | |||||
| 242 | Note that you cannot use tags in @EXPORT or @EXPORT_OK. | ||||
| 243 | Names in EXPORT_TAGS must also appear in @EXPORT or @EXPORT_OK. | ||||
| 244 | |||||
| 245 | An application using Module can say something like: | ||||
| 246 | |||||
| 247 | use Module qw(:DEFAULT :T2 !B3 A3); | ||||
| 248 | |||||
| 249 | Other examples include: | ||||
| 250 | |||||
| 251 | use Socket qw(!/^[AP]F_/ !SOMAXCONN !SOL_SOCKET); | ||||
| 252 | use POSIX qw(:errno_h :termios_h !TCSADRAIN !/^EXIT/); | ||||
| 253 | |||||
| 254 | Remember that most patterns (using //) will need to be anchored | ||||
| 255 | with a leading ^, e.g., C</^EXIT/> rather than C</EXIT/>. | ||||
| 256 | |||||
| 257 | You can say C<BEGIN { $Exporter::Verbose=1 }> to see how the | ||||
| 258 | specifications are being processed and what is actually being imported | ||||
| 259 | into modules. | ||||
| 260 | |||||
| 261 | =head2 Exporting without using Exporter's import method | ||||
| 262 | |||||
| 263 | Exporter has a special method, 'export_to_level' which is used in situations | ||||
| 264 | where you can't directly call Exporter's import method. The export_to_level | ||||
| 265 | method looks like: | ||||
| 266 | |||||
| 267 | MyPackage->export_to_level($where_to_export, $package, @what_to_export); | ||||
| 268 | |||||
| 269 | where C<$where_to_export> is an integer telling how far up the calling stack | ||||
| 270 | to export your symbols, and C<@what_to_export> is an array telling what | ||||
| 271 | symbols *to* export (usually this is C<@_>). The C<$package> argument is | ||||
| 272 | currently unused. | ||||
| 273 | |||||
| 274 | For example, suppose that you have a module, A, which already has an | ||||
| 275 | import function: | ||||
| 276 | |||||
| 277 | package A; | ||||
| 278 | |||||
| 279 | @ISA = qw(Exporter); | ||||
| 280 | @EXPORT_OK = qw ($b); | ||||
| 281 | |||||
| 282 | sub import | ||||
| 283 | { | ||||
| 284 | $A::b = 1; # not a very useful import method | ||||
| 285 | } | ||||
| 286 | |||||
| 287 | and you want to Export symbol C<$A::b> back to the module that called | ||||
| 288 | package A. Since Exporter relies on the import method to work, via | ||||
| 289 | inheritance, as it stands Exporter::import() will never get called. | ||||
| 290 | Instead, say the following: | ||||
| 291 | |||||
| 292 | package A; | ||||
| 293 | @ISA = qw(Exporter); | ||||
| 294 | @EXPORT_OK = qw ($b); | ||||
| 295 | |||||
| 296 | sub import | ||||
| 297 | { | ||||
| 298 | $A::b = 1; | ||||
| 299 | A->export_to_level(1, @_); | ||||
| 300 | } | ||||
| 301 | |||||
| 302 | This will export the symbols one level 'above' the current package - ie: to | ||||
| 303 | the program or module that used package A. | ||||
| 304 | |||||
| 305 | Note: Be careful not to modify C<@_> at all before you call export_to_level | ||||
| 306 | - or people using your package will get very unexplained results! | ||||
| 307 | |||||
| 308 | =head2 Exporting without inheriting from Exporter | ||||
| 309 | |||||
| 310 | By including Exporter in your C<@ISA> you inherit an Exporter's import() method | ||||
| 311 | but you also inherit several other helper methods which you probably don't | ||||
| 312 | want. To avoid this you can do | ||||
| 313 | |||||
| 314 | package YourModule; | ||||
| 315 | use Exporter qw( import ); | ||||
| 316 | |||||
| 317 | which will export Exporter's own import() method into YourModule. | ||||
| 318 | Everything will work as before but you won't need to include Exporter in | ||||
| 319 | C<@YourModule::ISA>. | ||||
| 320 | |||||
| 321 | Note: This feature was introduced in version 5.57 | ||||
| 322 | of Exporter, released with perl 5.8.3. | ||||
| 323 | |||||
| 324 | =head2 Module Version Checking | ||||
| 325 | |||||
| 326 | The Exporter module will convert an attempt to import a number from a | ||||
| 327 | module into a call to C<< $module_name->require_version($value) >>. This can | ||||
| 328 | be used to validate that the version of the module being used is | ||||
| 329 | greater than or equal to the required version. | ||||
| 330 | |||||
| 331 | The Exporter module supplies a default C<require_version> method which | ||||
| 332 | checks the value of C<$VERSION> in the exporting module. | ||||
| 333 | |||||
| 334 | Since the default C<require_version> method treats the C<$VERSION> number as | ||||
| 335 | a simple numeric value it will regard version 1.10 as lower than | ||||
| 336 | 1.9. For this reason it is strongly recommended that you use numbers | ||||
| 337 | with at least two decimal places, e.g., 1.09. | ||||
| 338 | |||||
| 339 | =head2 Managing Unknown Symbols | ||||
| 340 | |||||
| 341 | In some situations you may want to prevent certain symbols from being | ||||
| 342 | exported. Typically this applies to extensions which have functions | ||||
| 343 | or constants that may not exist on some systems. | ||||
| 344 | |||||
| 345 | The names of any symbols that cannot be exported should be listed | ||||
| 346 | in the C<@EXPORT_FAIL> array. | ||||
| 347 | |||||
| 348 | If a module attempts to import any of these symbols the Exporter | ||||
| 349 | will give the module an opportunity to handle the situation before | ||||
| 350 | generating an error. The Exporter will call an export_fail method | ||||
| 351 | with a list of the failed symbols: | ||||
| 352 | |||||
| 353 | @failed_symbols = $module_name->export_fail(@failed_symbols); | ||||
| 354 | |||||
| 355 | If the C<export_fail> method returns an empty list then no error is | ||||
| 356 | recorded and all the requested symbols are exported. If the returned | ||||
| 357 | list is not empty then an error is generated for each symbol and the | ||||
| 358 | export fails. The Exporter provides a default C<export_fail> method which | ||||
| 359 | simply returns the list unchanged. | ||||
| 360 | |||||
| 361 | Uses for the C<export_fail> method include giving better error messages | ||||
| 362 | for some symbols and performing lazy architectural checks (put more | ||||
| 363 | symbols into C<@EXPORT_FAIL> by default and then take them out if someone | ||||
| 364 | actually tries to use them and an expensive check shows that they are | ||||
| 365 | usable on that platform). | ||||
| 366 | |||||
| 367 | =head2 Tag Handling Utility Functions | ||||
| 368 | |||||
| 369 | Since the symbols listed within C<%EXPORT_TAGS> must also appear in either | ||||
| 370 | C<@EXPORT> or C<@EXPORT_OK>, two utility functions are provided which allow | ||||
| 371 | you to easily add tagged sets of symbols to C<@EXPORT> or C<@EXPORT_OK>: | ||||
| 372 | |||||
| 373 | %EXPORT_TAGS = (foo => [qw(aa bb cc)], bar => [qw(aa cc dd)]); | ||||
| 374 | |||||
| 375 | Exporter::export_tags('foo'); # add aa, bb and cc to @EXPORT | ||||
| 376 | Exporter::export_ok_tags('bar'); # add aa, cc and dd to @EXPORT_OK | ||||
| 377 | |||||
| 378 | Any names which are not tags are added to C<@EXPORT> or C<@EXPORT_OK> | ||||
| 379 | unchanged but will trigger a warning (with C<-w>) to avoid misspelt tags | ||||
| 380 | names being silently added to C<@EXPORT> or C<@EXPORT_OK>. Future versions | ||||
| 381 | may make this a fatal error. | ||||
| 382 | |||||
| 383 | =head2 Generating combined tags | ||||
| 384 | |||||
| 385 | If several symbol categories exist in C<%EXPORT_TAGS>, it's usually | ||||
| 386 | useful to create the utility ":all" to simplify "use" statements. | ||||
| 387 | |||||
| 388 | The simplest way to do this is: | ||||
| 389 | |||||
| 390 | %EXPORT_TAGS = (foo => [qw(aa bb cc)], bar => [qw(aa cc dd)]); | ||||
| 391 | |||||
| 392 | # add all the other ":class" tags to the ":all" class, | ||||
| 393 | # deleting duplicates | ||||
| 394 | { | ||||
| 395 | my %seen; | ||||
| 396 | |||||
| 397 | push @{$EXPORT_TAGS{all}}, | ||||
| 398 | grep {!$seen{$_}++} @{$EXPORT_TAGS{$_}} foreach keys %EXPORT_TAGS; | ||||
| 399 | } | ||||
| 400 | |||||
| 401 | F<CGI.pm> creates an ":all" tag which contains some (but not really | ||||
| 402 | all) of its categories. That could be done with one small | ||||
| 403 | change: | ||||
| 404 | |||||
| 405 | # add some of the other ":class" tags to the ":all" class, | ||||
| 406 | # deleting duplicates | ||||
| 407 | { | ||||
| 408 | my %seen; | ||||
| 409 | |||||
| 410 | push @{$EXPORT_TAGS{all}}, | ||||
| 411 | grep {!$seen{$_}++} @{$EXPORT_TAGS{$_}} | ||||
| 412 | foreach qw/html2 html3 netscape form cgi internal/; | ||||
| 413 | } | ||||
| 414 | |||||
| 415 | Note that the tag names in C<%EXPORT_TAGS> don't have the leading ':'. | ||||
| 416 | |||||
| 417 | =head2 C<AUTOLOAD>ed Constants | ||||
| 418 | |||||
| 419 | Many modules make use of C<AUTOLOAD>ing for constant subroutines to | ||||
| 420 | avoid having to compile and waste memory on rarely used values (see | ||||
| 421 | L<perlsub> for details on constant subroutines). Calls to such | ||||
| 422 | constant subroutines are not optimized away at compile time because | ||||
| 423 | they can't be checked at compile time for constancy. | ||||
| 424 | |||||
| 425 | Even if a prototype is available at compile time, the body of the | ||||
| 426 | subroutine is not (it hasn't been C<AUTOLOAD>ed yet). perl needs to | ||||
| 427 | examine both the C<()> prototype and the body of a subroutine at | ||||
| 428 | compile time to detect that it can safely replace calls to that | ||||
| 429 | subroutine with the constant value. | ||||
| 430 | |||||
| 431 | A workaround for this is to call the constants once in a C<BEGIN> block: | ||||
| 432 | |||||
| 433 | package My ; | ||||
| 434 | |||||
| 435 | use Socket ; | ||||
| 436 | |||||
| 437 | foo( SO_LINGER ); ## SO_LINGER NOT optimized away; called at runtime | ||||
| 438 | BEGIN { SO_LINGER } | ||||
| 439 | foo( SO_LINGER ); ## SO_LINGER optimized away at compile time. | ||||
| 440 | |||||
| 441 | This forces the C<AUTOLOAD> for C<SO_LINGER> to take place before | ||||
| 442 | SO_LINGER is encountered later in C<My> package. | ||||
| 443 | |||||
| 444 | If you are writing a package that C<AUTOLOAD>s, consider forcing | ||||
| 445 | an C<AUTOLOAD> for any constants explicitly imported by other packages | ||||
| 446 | or which are usually used when your package is C<use>d. | ||||
| 447 | |||||
| 448 | =head1 Good Practices | ||||
| 449 | |||||
| 450 | =head2 Declaring C<@EXPORT_OK> and Friends | ||||
| 451 | |||||
| 452 | When using C<Exporter> with the standard C<strict> and C<warnings> | ||||
| 453 | pragmas, the C<our> keyword is needed to declare the package | ||||
| 454 | variables C<@EXPORT_OK>, C<@EXPORT>, C<@ISA>, etc. | ||||
| 455 | |||||
| 456 | our @ISA = qw(Exporter); | ||||
| 457 | our @EXPORT_OK = qw(munge frobnicate); | ||||
| 458 | |||||
| 459 | If backward compatibility for Perls under 5.6 is important, | ||||
| 460 | one must write instead a C<use vars> statement. | ||||
| 461 | |||||
| 462 | use vars qw(@ISA @EXPORT_OK); | ||||
| 463 | @ISA = qw(Exporter); | ||||
| 464 | @EXPORT_OK = qw(munge frobnicate); | ||||
| 465 | |||||
| 466 | =head2 Playing Safe | ||||
| 467 | |||||
| 468 | There are some caveats with the use of runtime statements | ||||
| 469 | like C<require Exporter> and the assignment to package | ||||
| 470 | variables, which can very subtle for the unaware programmer. | ||||
| 471 | This may happen for instance with mutually recursive | ||||
| 472 | modules, which are affected by the time the relevant | ||||
| 473 | constructions are executed. | ||||
| 474 | |||||
| 475 | The ideal (but a bit ugly) way to never have to think | ||||
| 476 | about that is to use C<BEGIN> blocks. So the first part | ||||
| 477 | of the L</SYNOPSIS> code could be rewritten as: | ||||
| 478 | |||||
| 479 | package YourModule; | ||||
| 480 | |||||
| 481 | use strict; | ||||
| 482 | use warnings; | ||||
| 483 | |||||
| 484 | our (@ISA, @EXPORT_OK); | ||||
| 485 | BEGIN { | ||||
| 486 | require Exporter; | ||||
| 487 | @ISA = qw(Exporter); | ||||
| 488 | @EXPORT_OK = qw(munge frobnicate); # symbols to export on request | ||||
| 489 | } | ||||
| 490 | |||||
| 491 | The C<BEGIN> will assure that the loading of F<Exporter.pm> | ||||
| 492 | and the assignments to C<@ISA> and C<@EXPORT_OK> happen | ||||
| 493 | immediately, leaving no room for something to get awry | ||||
| 494 | or just plain wrong. | ||||
| 495 | |||||
| 496 | With respect to loading C<Exporter> and inheriting, there | ||||
| 497 | are alternatives with the use of modules like C<base> and C<parent>. | ||||
| 498 | |||||
| 499 | use base qw( Exporter ); | ||||
| 500 | # or | ||||
| 501 | use parent qw( Exporter ); | ||||
| 502 | |||||
| 503 | Any of these statements are nice replacements for | ||||
| 504 | C<BEGIN { require Exporter; @ISA = qw(Exporter); }> | ||||
| 505 | with the same compile-time effect. The basic difference | ||||
| 506 | is that C<base> code interacts with declared C<fields> | ||||
| 507 | while C<parent> is a streamlined version of the older | ||||
| 508 | C<base> code to just establish the IS-A relationship. | ||||
| 509 | |||||
| 510 | For more details, see the documentation and code of | ||||
| 511 | L<base> and L<parent>. | ||||
| 512 | |||||
| 513 | Another thorough remedy to that runtime vs. | ||||
| 514 | compile-time trap is to use L<Exporter::Easy>, | ||||
| 515 | which is a wrapper of Exporter that allows all | ||||
| 516 | boilerplate code at a single gulp in the | ||||
| 517 | use statement. | ||||
| 518 | |||||
| 519 | use Exporter::Easy ( | ||||
| 520 | OK => [ qw(munge frobnicate) ], | ||||
| 521 | ); | ||||
| 522 | # @ISA setup is automatic | ||||
| 523 | # all assignments happen at compile time | ||||
| 524 | |||||
| 525 | =head2 What not to Export | ||||
| 526 | |||||
| 527 | You have been warned already in L</Selecting What To Export> | ||||
| 528 | to not export: | ||||
| 529 | |||||
| 530 | =over 4 | ||||
| 531 | |||||
| 532 | =item * | ||||
| 533 | |||||
| 534 | method names (because you don't need to | ||||
| 535 | and that's likely to not do what you want), | ||||
| 536 | |||||
| 537 | =item * | ||||
| 538 | |||||
| 539 | anything by default (because you don't want to surprise your users... | ||||
| 540 | badly) | ||||
| 541 | |||||
| 542 | =item * | ||||
| 543 | |||||
| 544 | anything you don't need to (because less is more) | ||||
| 545 | |||||
| 546 | =back | ||||
| 547 | |||||
| 548 | There's one more item to add to this list. Do B<not> | ||||
| 549 | export variable names. Just because C<Exporter> lets you | ||||
| 550 | do that, it does not mean you should. | ||||
| 551 | |||||
| 552 | @EXPORT_OK = qw( $svar @avar %hvar ); # DON'T! | ||||
| 553 | |||||
| 554 | Exporting variables is not a good idea. They can | ||||
| 555 | change under the hood, provoking horrible | ||||
| 556 | effects at-a-distance, that are too hard to track | ||||
| 557 | and to fix. Trust me: they are not worth it. | ||||
| 558 | |||||
| 559 | To provide the capability to set/get class-wide | ||||
| 560 | settings, it is best instead to provide accessors | ||||
| 561 | as subroutines or class methods instead. | ||||
| 562 | |||||
| 563 | =head1 SEE ALSO | ||||
| 564 | |||||
| 565 | C<Exporter> is definitely not the only module with | ||||
| 566 | symbol exporter capabilities. At CPAN, you may find | ||||
| 567 | a bunch of them. Some are lighter. Some | ||||
| 568 | provide improved APIs and features. Peek the one | ||||
| 569 | that fits your needs. The following is | ||||
| 570 | a sample list of such modules. | ||||
| 571 | |||||
| 572 | Exporter::Easy | ||||
| 573 | Exporter::Lite | ||||
| 574 | Exporter::Renaming | ||||
| 575 | Exporter::Tidy | ||||
| 576 | Sub::Exporter / Sub::Installer | ||||
| 577 | Perl6::Export / Perl6::Export::Attrs | ||||
| 578 | |||||
| 579 | =head1 LICENSE | ||||
| 580 | |||||
| 581 | This library is free software. You can redistribute it | ||||
| 582 | and/or modify it under the same terms as Perl itself. | ||||
| 583 | |||||
| 584 | =cut | ||||
| 585 | |||||
| 586 | |||||
| 587 | |||||
# spent 4.99ms within Exporter::CORE:match which was called 2046 times, avg 2µs/call:
# 2046 times (4.99ms+0s) by Exporter::import at line 58 of Exporter.pm, avg 2µs/call | |||||
# spent 4.66ms within Exporter::CORE:subst which was called 1652 times, avg 3µs/call:
# 1603 times (4.13ms+0s) by Exporter::import at line 50 of Exporter.pm, avg 3µs/call
# 49 times (522µs+0s) by Exporter::as_heavy at line 23 of Exporter.pm, avg 11µs/call |