Codebase list libdata-treedumper-oo-perl / 2e03217
Import upstream version 0.10 Debian Janitor 2 years ago
8 changed file(s) with 80 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl module Data::TreeDumper::OO
11
2 0.09 2014-06-17
2 0.10 2021-05-12 JANITOR
3 - Include META.json in releases. Thanks to MANWAR for PR.
4 - Added Text::Tree::Indented to SEE ALSO
5
6 0.09 2014-06-17 NEILB
37 - The module had an explicit VERSION in it, which was set to the wrong
48 version. Removed it, so DZ can do its thing.
59 - Added a bunch of module links to SEE ALSO.
610
7 0.08 2014-05-19
11 0.08 2014-05-19 NEILB
812 - Structured dist and switched to Dist::Zilla
913 - Reformatted end of pod to have explicit COPYRIGHT AND LICENSE section
1014 - Added github repo to pod
2121 Version 1, February 1989
2222
2323 Copyright (C) 1989 Free Software Foundation, Inc.
24 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
24 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2525
2626 Everyone is permitted to copy and distribute verbatim copies
2727 of this license document, but changing it is not allowed.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.019.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017.
11 Changes
22 LICENSE
33 MANIFEST
4 META.json
45 META.yml
56 Makefile.PL
67 README
0 {
1 "abstract" : "Object oriented interface to Data::TreeDumper",
2 "author" : [
3 "Nadim Khemir <nadim.khemir@gmail.com>"
4 ],
5 "dynamic_config" : 0,
6 "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
7 "license" : [
8 "perl_5"
9 ],
10 "meta-spec" : {
11 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
12 "version" : 2
13 },
14 "name" : "Data-TreeDumper-OO",
15 "prereqs" : {
16 "configure" : {
17 "requires" : {
18 "ExtUtils::MakeMaker" : "0"
19 }
20 },
21 "runtime" : {
22 "requires" : {
23 "Carp" : "0",
24 "Data::TreeDumper" : "0.24",
25 "Exporter" : "0",
26 "perl" : "5.006",
27 "strict" : "0",
28 "warnings" : "0"
29 }
30 },
31 "test" : {
32 "requires" : {
33 "Test" : "0"
34 }
35 }
36 },
37 "release_status" : "stable",
38 "resources" : {
39 "homepage" : "https://github.com/cpan-janitor/Data-TreeDumper-OO",
40 "repository" : {
41 "type" : "git",
42 "url" : "https://github.com/cpan-janitor/Data-TreeDumper-OO.git",
43 "web" : "https://github.com/cpan-janitor/Data-TreeDumper-OO"
44 }
45 },
46 "version" : "0.10",
47 "x_generated_by_perl" : "v5.28.2",
48 "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
49 "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
50 }
51
44 build_requires:
55 Test: '0'
66 configure_requires:
7 ExtUtils::MakeMaker: '6.30'
7 ExtUtils::MakeMaker: '0'
88 dynamic_config: 0
9 generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141170'
9 generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
1010 license: perl
1111 meta-spec:
1212 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2020 strict: '0'
2121 warnings: '0'
2222 resources:
23 homepage: https://github.com/neilbowers/Data-TreeDumper-OO
24 repository: https://github.com/neilbowers/Data-TreeDumper-OO.git
25 version: '0.09'
23 homepage: https://github.com/cpan-janitor/Data-TreeDumper-OO
24 repository: https://github.com/cpan-janitor/Data-TreeDumper-OO.git
25 version: '0.10'
26 x_generated_by_perl: v5.28.2
27 x_serialization_backend: 'YAML::Tiny version 1.73'
28 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
0
1 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.019.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017.
21 use strict;
32 use warnings;
43
54 use 5.006;
65
7 use ExtUtils::MakeMaker 6.30;
8
9
6 use ExtUtils::MakeMaker;
107
118 my %WriteMakefileArgs = (
129 "ABSTRACT" => "Object oriented interface to Data::TreeDumper",
1310 "AUTHOR" => "Nadim Khemir <nadim.khemir\@gmail.com>",
1411 "CONFIGURE_REQUIRES" => {
15 "ExtUtils::MakeMaker" => "6.30"
12 "ExtUtils::MakeMaker" => 0
1613 },
1714 "DISTNAME" => "Data-TreeDumper-OO",
18 "EXE_FILES" => [],
1915 "LICENSE" => "perl",
16 "MIN_PERL_VERSION" => "5.006",
2017 "NAME" => "Data::TreeDumper::OO",
2118 "PREREQ_PM" => {
2219 "Carp" => 0,
2825 "TEST_REQUIRES" => {
2926 "Test" => 0
3027 },
31 "VERSION" => "0.09",
28 "VERSION" => "0.10",
3229 "test" => {
3330 "TESTS" => "t/*.t"
3431 }
5552 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
5653
5754 WriteMakefile(%WriteMakefileArgs);
58
59
60
33 copyright_holder = Nadim Khemir
44 copyright_year = 2004
55
6 version = 0.09
6 version = 0.10
77
88 [@Filter]
99 -bundle = @Basic
1010 -remove = Readme
1111 [PkgVersion]
1212 [AutoPrereqs]
13 [MetaJSON]
1314 [GithubMeta]
1415 [Git::Tag]
1516 tag_message=
00 package Data::TreeDumper::OO;
1 $Data::TreeDumper::OO::VERSION = '0.09';
1 $Data::TreeDumper::OO::VERSION = '0.10';
22 use 5.006;
33 use strict;
44 use warnings;
434434 L<Data::Dumper::Perltidy> - combines L<Data::Dumper> and L<Perl::Tidy>
435435 to stringify data in a pretty-printed format.
436436
437 L<Text::Tree::Indented> - format tree data in an indented tree format,
438 using ASCII or box-rule characters.
439
437440 =head1 REPOSITORY
438441
439442 L<https://github.com/neilbowers/Data-TreeDumper-OO>