Skip Menu |

This queue is for tickets about the Module-Load CPAN distribution.

Report information
The Basics
Id: 78124
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Module-Load

People
Owner: BINGOS [...] cpan.org
Requestors: reisub [...] ya.ru
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.24
Fixed in: (no value)



Subject: Improove Module::Load (+attaches)
Date: Sun, 1 Jul 2012 08:42:17 +0400
To: bug-module-load [...] rt.cpan.org
From: <reisub [...] ya.ru>
Hello. I've added some new features (patchfile to Module::Load VER:0.22): subs: - autoload($module, @opt) (like load but load defaults; usable under BEGIN{};); - load_remote($dst_pkg, $module, @opt) (like load, but load $module into $dst_pkg and import @opt) - autoload_remote($dst_pkg, $module, @opt) (like autoload, but autload into $dst_pkg package) opts: "","none",undef - don't import load,autoload (import by default) "load","autoload","load_remote","autoload_remote" - import selected "all - import all But no documentation about new features yet. Testfile keep tests for new features. Regards, Nick.
Subject: [rt.cpan.org #78124]
Date: Sun, 1 Jul 2012 08:52:47 +0400
To: bug-module-load [...] rt.cpan.org
From: <reisub [...] ya.ru>
attaches

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Hi, Sorry it has taken so long to get around to applying this. It cleanly applied, but I should be grateful if you could provide some documentation for the new features. https://github.com/jib/module-load/tree/reisub Many thanks in advance.
Hi, I am often using Module::Load. 'autoload' is a very good idea. I wrote the document to the trial. https://github.com/magnolia-k/module-load If one was sometimes worrisome, in 'autoload_remote', the place which cannot be written by 'bare word' module name thought that the interface did not suit. The direction which was able to be written as follows thinks that it suits 'load'. autoload_remote Data::Dumper, $pkg; autoload_remote Data::Dumper => $pkg; sub autoload_remote(*$;@_){ my ($src, $dst, @exp) = @_; On 2013-12月-01 日 15:25:18, BINGOS wrote: Show quoted text
> Hi, > > Sorry it has taken so long to get around to applying > this. > > It cleanly applied, but I should be grateful if you > could provide some documentation for the new features. > > https://github.com/jib/module-load/tree/reisub > > Many thanks in advance. > >
Many thanks to both of you. I have now released 0.26 to CPAN.