Acme-What
view release on metacpan or search on metacpan
CONTRIBUTING view on Meta::CPAN
If there's anything unclear in the documentation, please submit this
as a bug report or patch as above.
Non-toy example scripts that I can bundle would also be appreciated.
* Translation
Translations of documentation would be welcome.
For translations of error messages and other strings embedded in the
code, check with me first. Sometimes the English strings may not in
a stable state, so it would be a waste of time translating them.
Coding Style
I tend to write using something approximating the Allman style, using
tabs for indentation and Unix-style line breaks.
* <http://en.wikipedia.org/wiki/Indent_style#Allman_style>
* <http://www.derkarl.org/why_to_tabs.html>
what is happening?
what is the problem?
Acme::What is lexically scoped, so you can define different handling for
it in different parts of your code. You can even use:
no Acme::What;
to disable Acme::What for a scope. (The `what` keyword is still parsed
within the scope, but when the line is executed, it throws a catchable
error.)
WHY?
It's in the Acme namespace. There is no why.
HOW?
Acme::What uses Devel::Declare to work its magic.
WHITHER?
Devel::Declare, Acme::UseStrict.
lib/Acme/What.pm view on Meta::CPAN
what is happening?
what is the problem?
Acme::What is lexically scoped, so you can define different handling for
it in different parts of your code. You can even use:
no Acme::What;
to disable Acme::What for a scope. (The C<what> keyword is still parsed
within the scope, but when the line is executed, it throws a catchable
error.)
=head1 WHY?
It's in the Acme namespace. There is no why.
=head1 HOW?
Acme::What uses L<Devel::Declare> to work its magic.
=head1 WHITHER?
( run in 0.331 second using v1.01-cache-2.11-cpan-65fba6d93b7 )