Acme-Onion
view release on metacpan or search on metacpan
```perl
⯠tree examples/lib
examples/lib
âââ Hello.ð§
⯠cat examples/lib/Hello.ð§
package Hello;
sub onion { 'Hello ð§
' }
1;
⯠perl -Iexamples/lib -MAcme::Onion -MHello -E 'say Hello->onion';
Hello ð§
```
# DESCRIPTION
Acme::Onion is a Perl module designed to enable the use of .ð§
file extension alongside traditional .pm files. It provides a simple, yet unique way to organize and manage your Perl code.
# LICENSE
Copyright (C) kobaken.
lib/Acme/Onion.pm view on Meta::CPAN
⯠tree examples/lib
examples/lib
âââ Hello.ð§
⯠cat examples/lib/Hello.ð§
package Hello;
sub onion { 'Hello ð§
' }
1;
⯠perl -Iexamples/lib -MAcme::Onion -MHello -E 'say Hello->onion';
Hello ð§
=head1 DESCRIPTION
Acme::Onion is a Perl module designed to enable the use of .ð§
file extension alongside traditional .pm files. It provides a simple, yet unique way to organize and manage your Perl code.
=head1 LICENSE
Copyright (C) kobaken.
( run in 1.896 second using v1.01-cache-2.11-cpan-13bb782fe5a )