Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argrath/pod-l10n-model
https://github.com/argrath/pod-l10n-model
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/argrath/pod-l10n-model
- Owner: argrath
- License: other
- Created: 2022-09-03T06:54:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T09:49:42.000Z (over 2 years ago)
- Last Synced: 2024-05-01T22:09:11.253Z (8 months ago)
- Language: Perl
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Pod::L10N::Model - Model for Pod::L10N
# SYNOPSIS
use Pod::L10N::Model;
my $modelref = Pod::L10N::Model::decode($string);
# DESCRIPTION
Pod::L10N::Model handles Pod::L10N structure.
# LICENSE
Copyright (C) SHIRAKATA Kentaro.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
SHIRAKATA Kentaro