Lessons learned publishing my first CPAN module(engineering.crowdtilt.com)
engineering.crowdtilt.com
Lessons learned publishing my first CPAN module
http://engineering.crowdtilt.com/lessons-learned-cpan/
3 comments
While the CPAN process is quick and easy to publish modules and get code from the web, it still lacks an "uninstall" function. There are a number of ad-hoc tools that (attempt to) uninstall CPAN modules, but the package manager itself has only the install action [0].
Using the system package manager has worked much better for me.
[0]: http://stackoverflow.com/questions/2626449/how-can-i-de-inst...
Using the system package manager has worked much better for me.
[0]: http://stackoverflow.com/questions/2626449/how-can-i-de-inst...
Hello, author here,
I recommend App::pmuninstall for this task:
pm-uninstall [options] Module
https://metacpan.org/pod/pm-uninstall
I recommend App::pmuninstall for this task:
pm-uninstall [options] Module
https://metacpan.org/pod/pm-uninstall
People still use Perl?
It's still alive and pretty vibrant.
And of course, Perl is used extensively at my startup, Semantics3(yc w13) :)
I am glad to hear that you are using Perl at Semantics3. I like what you guys are doing :)
The test matrix, http://www.cpantesters.org/distro/W/WebService-NationBuilder...
The test itself, https://metacpan.org/source/AANARI/WebService-NationBuilder-...