https://github.com/cosimo/pimp-my-debian
a Debian annoyment reliever that automagically installs any Perl module you might need
https://github.com/cosimo/pimp-my-debian
Last synced: 5 months ago
JSON representation
a Debian annoyment reliever that automagically installs any Perl module you might need
- Host: GitHub
- URL: https://github.com/cosimo/pimp-my-debian
- Owner: cosimo
- Created: 2010-04-29T14:16:09.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-05-01T13:55:06.000Z (about 16 years ago)
- Last Synced: 2025-04-09T21:49:58.622Z (about 1 year ago)
- Homepage:
- Size: 147 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Pimp my Debian
==============
Awesome Debian annoyment reliever.
Retries a command until all the perl dependencies are met.
Usage:
./pimp-my-debian --command 'perl myscript'
If the output of such a command is something like:
Can't locate Foo/Bar.pm in @INC...
or:
Base class package "Foo::Bar" is empty...
Then this script is what you need.
It will try to autodetect dependencies and annoy the debian
packaging system to death until:
1) your command succeeds
or:
2) there's no available dependency to be installed
Lots of cool ideas could be added to this little beast.
cosimo@cpan.org, 29/04/2010