Acme-Onion

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

```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 )