git-cpan-import (1) Linux Manual Page
NAME git-cpan-import – Import a module into a git repository SYNOPSIS # takes any string CPANPLUS handles: % git cpan-import Foo::Bar % git cpan-import A/AU/AUTHORID/Foo-Bar-0.03.tar.gz % git cpan-import http://backpan.cpan.org/authors/id/A/AU/AUTHORID/Foo-Bar-0.03.tar.gz # If the repository is already initialized, can be run with no arguments to # import the latest version git cpan-import DESCRIPTION This command is used…
