-
-
22 Oct 2014 09:23:09 UTC
- Distribution: Data-Dumper-OneLine
- Module version: 0.06
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (1455 / 0 / 1)
- Kwalitee
Bus factor: 0- 97.44% Coverage
- License: perl_5
- Perl: v5.8.5
- Activity
24 month- Tools
- Download (9.51KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Data::Dumper::OneLine - Dumps data as one line string
SYNOPSIS
use Data::Dumper::OneLine; Dumper( { foo => { bar => {}, }, } ); #=> {foo => {bar => {}}}
LICENSE
Copyright (C) Hiroki Honda.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Hiroki Honda <cside.story@gmail.com>
Module Install Instructions
To install Data::Dumper::OneLine, copy and paste the appropriate command in to your terminal.
cpanm Data::Dumper::OneLine
perl -MCPAN -e shell install Data::Dumper::OneLine
For more information on module installation, please visit the detailed CPAN module installation guide.