Acme-Onion
view release on metacpan or search on metacpan
[](https://github.com/kfly8/Acme-Onion/actions?workflow=test) [](https://metacpan.org/r...
# NAME
Acme::Onion - .ð§
file extension in Perl.
# SYNOPSIS
```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.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# AUTHOR
kobaken <kentafly88@gmail.com>
( run in 1.633 second using v1.01-cache-2.11-cpan-364913b4093 )