Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/p5-app-cpanrepo
https://github.com/songmu/p5-app-cpanrepo
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/songmu/p5-app-cpanrepo
- Owner: Songmu
- License: other
- Created: 2014-08-05T11:01:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T04:55:54.000Z (over 1 year ago)
- Last Synced: 2024-10-11T21:09:53.829Z (27 days ago)
- Language: Perl
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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