Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songmu/p5-app-cpanrepo


https://github.com/songmu/p5-app-cpanrepo

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# NAME

App::CPANRepo - Resolve repository of CPAN Module

# SYNOPSIS

use App::CPANRepo;
my $obj = App::CPANRepo->new;
print $obj->resolve_repo('Module::Name');

# DESCRIPTION

App::CPANRepo is to resolve repository URL by CPAN module name.

# METHODS

## `$repo_url:Str = $obj->resolve_repo($module_name:Str)`

# LICENSE

Copyright (C) Songmu.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

Songmu