ProcursusTeam / Procursus

Modern *OS Bootstrap
https://apt.procurs.us
BSD Zero Clause License
868 stars 126 forks source link

How does Procursus handle Perl packages? #132

Closed DiegoMagdaleno closed 3 years ago

DiegoMagdaleno commented 3 years ago

As you might know Perl packages are different than other types of packages, this depend on Perl to be executed.

But this also means adding things ourselves or resolving our own deps, say:

a -> depends on b
b -> c

We can handle the install of c ourselves but if C has more deps this is gonna become dependency hell, there are some tools that Debian offers for packing this type of software, does procursus use them?

Diatrus commented 3 years ago

Confused as to what you mean. For example, a Debian perl package I know of is libdpkg-perl. It just depends on perl.

Diatrus commented 3 years ago

Closing due to inactivity.