-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XSLoader and DynaLoader documentation bugs #16190
Comments
From ben-goldberg@hotmail.comCreated by ben-goldberg@hotmail.comThe documentation of XSLoader and DynaLoader do not make use of For example, this line from the doc: XSLoader::load('YourPackage', $VERSION); Should read: XSLoader::load(__PACKAGE__, $VERSION); Or alternatively: __PACKAGE__->XSLoader::load($VERSION); And this line: bootstrap YourPackage $VERSION; Should read: __PACKAGE__->bootstrap($VERSION); Perl Info
|
From @jkeenanOn Sun, 08 Oct 2017 15:46:21 GMT, ben-goldberg@hotmail.com wrote:
Would you be able to provide a patch drawn against Perl 5 blead? Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
From zefram@fysh.orgDocumentation modernised in commit -zefram |
@iabyn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#132247 (status was 'resolved')
Searchable as RT132247$
The text was updated successfully, but these errors were encountered: