kfly8 / Acme-Onion

.πŸ§… file extension in Perl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status MetaCPAN Release

NAME

Acme::Onion - .πŸ§… file extension in Perl.

SYNOPSIS

❯ 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

About

.πŸ§… file extension in Perl.

License:Other


Languages

Language:Perl 100.0%