Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karupanerura/toml-dumper
https://github.com/karupanerura/toml-dumper
perl toml
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/karupanerura/toml-dumper
- Owner: karupanerura
- License: other
- Created: 2016-03-21T12:44:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T10:00:45.000Z (over 7 years ago)
- Last Synced: 2024-12-24T09:01:14.287Z (1 day ago)
- Topics: perl, toml
- Language: Perl
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
TOML::Dumper - It's new $module
# SYNOPSIS
use TOML::Dumper;
my $out = TOML::Dumper->new->dump({ my => { data => [is => 'here'] } });
# $out =>
# [my]
# data = ["is", "here"]# DESCRIPTION
TOML::Dumper is ...
# LICENSE
Copyright (C) karupanerura.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
karupanerura