Issues with distributing my Perl projects

Written on

Recently I wrote some things in Perl and I want others to be able to use my project easily. Not that anyone uses them, no one does but still I want to keep it simple.

Writing things in Perl is okay for me because it's already comes with base system & setting up cpan is easy. After that I just have to run cpanm --installdeps . on my projects to install all dependencies & I'm ready to use it. This is easy & okay to me but other's shouldn't need to setup cpan to use my project.

There seems to be no other way that is also easy for the user & for me to make it work.