perl-Devel-SelfStubber - Generate stubs for a SelfLoading module
Website: | http://www.perl.org/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Alcance Libre, Inc. |
- Description:
Devel::SelfStubber prints the stubs you need to put in the module before the __DATA__ token (or you can get it to print the entire module with stubs correctly placed). The stubs ensure that if a method is called, it will get loaded. They are needed specifically for inherited autoloaded methods.
Packages
perl-Devel-SelfStubber-1.06-417.fc14.al.noarch [70 KiB] |
Changelog
by Joel Barrios (2021-09-15):
- Do not Require perl-devel if we only need ther perl runtime. |