cpan – Internetblog.org.uk https://www.internetblog.org.uk Web hosting, Domain names, Dedicated servers Fri, 29 Jan 2016 11:05:52 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.5 https://www.internetblog.org.uk/files/2016/01/cropped-favico-32x32.png cpan – Internetblog.org.uk https://www.internetblog.org.uk 32 32 Software That Requires Perl Modules https://www.internetblog.org.uk/post/1358/software-that-requires-perl-modules/ Mon, 24 May 2010 16:22:02 +0000 http://www.internetblog.org.uk/post/1358/software-that-requires-perl-modules/ Perl camel logoWhen you install perl applications on a server, they will invariably require you to install additional modules for support. This is part of the unfortunate reality of running perl applications. Typically, the required module names will be displayed like this, Date::Format or File::Tail.

If you have ever tried to find the modules in your YUM or APT repositories, you probably had difficulty. That is because the naming scheme is different in Linux package management. For example, in most APT repositories, Date::Format is found in the package, libtimedate-perl, which also includes Date::Parse and some others. When you search for packages, just search for the keywords “date” and “format”, leaving off the “::”.

If you are sure the modules are not found in your package repository, you will have to install them manually. CPAN (Comprehensive Perl Archive Network) is a program that takes some of the pain out of installing perl modules, but it is still not a particularly enjoyable adventure. For more information about installing modules with CPAN, see this tutorial.

Photo Source: Wikimedia Commons

]]>