Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Chart for openSUSE:Factory checked in at 2022-12-14 14:11:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Chart (Old) and /work/SRC/openSUSE:Factory/.perl-Chart.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Chart" Wed Dec 14 14:11:10 2022 rev:28 rq:1042834 version:2.403.9 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes 2022-11-17 17:24:30.257065372 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Chart.new.1835/perl-Chart.changes 2022-12-14 14:11:24.171618113 +0100 @@ -1,0 +2,12 @@ +Tue Nov 29 03:06:09 UTC 2022 - Tina Müller <timueller+p...@suse.de> + +- updated to 2.403.9 + see /usr/share/doc/packages/perl-Chart/Changes + + 2.403.9 2022-12-11 lichtkind + -------- + * = minor feature add + * + add_datafile now reads CSV + * & added test for loading data files + +------------------------------------------------------------------- Old: ---- Chart-v2.403.8.tar.gz New: ---- Chart-v2.403.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Chart.spec ++++++ --- /var/tmp/diff_new_pack.LRXGEE/_old 2022-12-14 14:11:24.687620767 +0100 +++ /var/tmp/diff_new_pack.LRXGEE/_new 2022-12-14 14:11:24.691620788 +0100 @@ -18,7 +18,7 @@ %define cpan_name Chart Name: perl-Chart -Version: 2.403.8 +Version: 2.403.9 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Series of charting modules ++++++ Chart-v2.403.8.tar.gz -> Chart-v2.403.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/Changes new/Chart-v2.403.9/Changes --- old/Chart-v2.403.8/Changes 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/Changes 2022-11-28 18:49:29.000000000 +0100 @@ -1,3 +1,9 @@ +2.403.9 2022-12-11 lichtkind +-------- + * = minor feature add + * + add_datafile now reads CSV + * & added test for loading data files + 2.403.8 2022-10-22 lichtkind -------- * = POD rewrite release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/MANIFEST new/Chart-v2.403.9/MANIFEST --- old/Chart-v2.403.8/MANIFEST 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/MANIFEST 2022-11-28 18:49:29.000000000 +0100 @@ -39,6 +39,8 @@ t/Math_1_over_x.t t/bars.t t/bars_10.t +t/bars_11.t +t/bars_12.t t/bars_2.t t/bars_3.t t/bars_4.t @@ -57,6 +59,8 @@ t/composite_7.t t/composite_8.t t/composite_f.t +t/data/in.csv +t/data/in.tsv t/direction_1.t t/direction_2.t t/direction_3.t @@ -132,3 +136,4 @@ t/stackedbars_2.t t/stackedbars_3.t t/stackedbars_4.t +xt/author/pod-syntax.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/META.json new/Chart-v2.403.9/META.json --- old/Chart-v2.403.8/META.json 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/META.json 2022-11-28 18:49:29.000000000 +0100 @@ -33,15 +33,17 @@ "ExtUtils::MakeMaker" : "0" } }, + "develop" : { + "requires" : { + "Test::Pod" : "1.41" + } + }, "runtime" : { "requires" : { "Carp" : "1.35", "GD" : "2", "Graphics::Toolkit::Color" : "1", "perl" : "v5.12.0" - }, - "suggests" : { - "Graphics::ColorNames" : "0" } }, "test" : { @@ -55,63 +57,63 @@ "provides" : { "Chart" : { "file" : "lib/Chart.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Bars" : { "file" : "lib/Chart/Bars.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Composite" : { "file" : "lib/Chart/Composite.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Direction" : { "file" : "lib/Chart/Direction.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::ErrorBars" : { "file" : "lib/Chart/ErrorBars.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::HorizontalBars" : { "file" : "lib/Chart/HorizontalBars.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Lines" : { "file" : "lib/Chart/Lines.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::LinesPoints" : { "file" : "lib/Chart/LinesPoints.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Mountain" : { "file" : "lib/Chart/Mountain.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Pareto" : { "file" : "lib/Chart/Pareto.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Pie" : { "file" : "lib/Chart/Pie.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Points" : { "file" : "lib/Chart/Points.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Property" : { "file" : "lib/Chart/Property.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::Split" : { "file" : "lib/Chart/Split.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" }, "Chart::StackedBars" : { "file" : "lib/Chart/StackedBars.pm", - "version" : "v2.403.8" + "version" : "v2.403.9" } }, "release_status" : "stable", @@ -122,7 +124,7 @@ "web" : "https://github.com/lichtkind/Chart" } }, - "version" : "v2.403.8", + "version" : "v2.403.9", "x_generated_by_perl" : "v5.30.0", "x_maintainers" : [ "Herbert Breunung <lichtk...@cpan.org>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/META.yml new/Chart-v2.403.9/META.yml --- old/Chart-v2.403.8/META.yml 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/META.yml 2022-11-28 18:49:29.000000000 +0100 @@ -28,49 +28,49 @@ provides: Chart: file: lib/Chart.pm - version: v2.403.8 + version: v2.403.9 Chart::Bars: file: lib/Chart/Bars.pm - version: v2.403.8 + version: v2.403.9 Chart::Composite: file: lib/Chart/Composite.pm - version: v2.403.8 + version: v2.403.9 Chart::Direction: file: lib/Chart/Direction.pm - version: v2.403.8 + version: v2.403.9 Chart::ErrorBars: file: lib/Chart/ErrorBars.pm - version: v2.403.8 + version: v2.403.9 Chart::HorizontalBars: file: lib/Chart/HorizontalBars.pm - version: v2.403.8 + version: v2.403.9 Chart::Lines: file: lib/Chart/Lines.pm - version: v2.403.8 + version: v2.403.9 Chart::LinesPoints: file: lib/Chart/LinesPoints.pm - version: v2.403.8 + version: v2.403.9 Chart::Mountain: file: lib/Chart/Mountain.pm - version: v2.403.8 + version: v2.403.9 Chart::Pareto: file: lib/Chart/Pareto.pm - version: v2.403.8 + version: v2.403.9 Chart::Pie: file: lib/Chart/Pie.pm - version: v2.403.8 + version: v2.403.9 Chart::Points: file: lib/Chart/Points.pm - version: v2.403.8 + version: v2.403.9 Chart::Property: file: lib/Chart/Property.pm - version: v2.403.8 + version: v2.403.9 Chart::Split: file: lib/Chart/Split.pm - version: v2.403.8 + version: v2.403.9 Chart::StackedBars: file: lib/Chart/StackedBars.pm - version: v2.403.8 + version: v2.403.9 requires: Carp: '1.35' GD: '2' @@ -78,7 +78,7 @@ perl: v5.12.0 resources: repository: git://github.com/lichtkind/Chart.git -version: v2.403.8 +version: v2.403.9 x_generated_by_perl: v5.30.0 x_maintainers: - 'Herbert Breunung <lichtk...@cpan.org>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/Makefile.PL new/Chart-v2.403.9/Makefile.PL --- old/Chart-v2.403.8/Makefile.PL 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/Makefile.PL 2022-11-28 18:49:29.000000000 +0100 @@ -26,7 +26,7 @@ "Test::More" => "1.3", "Test::Warn" => "0.30" }, - "VERSION" => "v2.403.8", + "VERSION" => "v2.403.9", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/cpanfile new/Chart-v2.403.9/cpanfile --- old/Chart-v2.403.8/cpanfile 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/cpanfile 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,6 @@ requires "GD" => "2"; requires "Graphics::Toolkit::Color" => "1"; requires "perl" => "v5.12.0"; -suggests "Graphics::ColorNames" => "0"; on 'test' => sub { requires "File::Temp" => "0.19"; @@ -16,3 +15,7 @@ on 'configure' => sub { requires "ExtUtils::MakeMaker" => "0"; }; + +on 'develop' => sub { + requires "Test::Pod" => "1.41"; +}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/dist.ini new/Chart-v2.403.9/dist.ini --- old/Chart-v2.403.8/dist.ini 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/dist.ini 2022-11-28 18:49:29.000000000 +0100 @@ -18,7 +18,7 @@ Graphics::Toolkit::Color = 1 [Prereqs / RuntimeSuggests] -Graphics::ColorNames = 0 +;Alien::Font::Uni [Prereqs / TestRequires] File::Temp = 0.19 @@ -50,6 +50,7 @@ allow_decimal_underscore = 1 [Repository] +[PodSyntaxTests] [AbstractFromPOD] [Pod2Readme] [MetaJSON] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Bars.pm new/Chart-v2.403.9/lib/Chart/Bars.pm --- old/Chart-v2.403.8/lib/Chart/Bars.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Bars.pm 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,7 @@ package Chart::Bars; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Base.pm new/Chart-v2.403.9/lib/Chart/Base.pm --- old/Chart-v2.403.8/lib/Chart/Base.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Base.pm 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,7 @@ use v5.12; package Chart::Base; -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use FileHandle; use Carp; @@ -193,7 +193,7 @@ } while (<$File>) { - @array = split; + @array = split /\s*,\s*|\s+/; next unless @array and substr($array[0], 0, 1) ne '#'; if ($format eq 'set'){ $self->add_dataset( @array ) } else { $self->add_pt( @array ) } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/BrushStyles.pm new/Chart-v2.403.9/lib/Chart/BrushStyles.pm --- old/Chart-v2.403.8/lib/Chart/BrushStyles.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/BrushStyles.pm 2022-11-28 18:49:29.000000000 +0100 @@ -4,7 +4,7 @@ use v5.12; package Chart::BrushStyles; -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Carp; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Composite.pm new/Chart-v2.403.9/lib/Chart/Composite.pm --- old/Chart-v2.403.8/lib/Chart/Composite.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Composite.pm 2022-11-28 18:49:29.000000000 +0100 @@ -4,7 +4,7 @@ package Chart::Composite; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Constants.pm new/Chart-v2.403.9/lib/Chart/Constants.pm --- old/Chart-v2.403.8/lib/Chart/Constants.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Constants.pm 2022-11-28 18:49:29.000000000 +0100 @@ -4,7 +4,7 @@ use v5.12; package Chart::Constants; -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use constant PI => 4 * atan2( 1, 1 ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Direction.pm new/Chart-v2.403.9/lib/Chart/Direction.pm --- old/Chart-v2.403.8/lib/Chart/Direction.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Direction.pm 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,7 @@ package Chart::Direction; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/ErrorBars.pm new/Chart-v2.403.9/lib/Chart/ErrorBars.pm --- old/Chart-v2.403.8/lib/Chart/ErrorBars.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/ErrorBars.pm 2022-11-28 18:49:29.000000000 +0100 @@ -6,7 +6,7 @@ package Chart::ErrorBars; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/HorizontalBars.pm new/Chart-v2.403.9/lib/Chart/HorizontalBars.pm --- old/Chart-v2.403.8/lib/Chart/HorizontalBars.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/HorizontalBars.pm 2022-11-28 18:49:29.000000000 +0100 @@ -3,7 +3,7 @@ package Chart::HorizontalBars; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Lines.pm new/Chart-v2.403.9/lib/Chart/Lines.pm --- old/Chart-v2.403.8/lib/Chart/Lines.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Lines.pm 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,7 @@ package Chart::Lines; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/LinesPoints.pm new/Chart-v2.403.9/lib/Chart/LinesPoints.pm --- old/Chart-v2.403.8/lib/Chart/LinesPoints.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/LinesPoints.pm 2022-11-28 18:49:29.000000000 +0100 @@ -8,7 +8,7 @@ package Chart::LinesPoints; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Manual/Methods.pod new/Chart-v2.403.9/lib/Chart/Manual/Methods.pod --- old/Chart-v2.403.8/lib/Chart/Manual/Methods.pod 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Manual/Methods.pod 2022-11-28 18:49:29.000000000 +0100 @@ -15,7 +15,7 @@ Loads all data of a chart (one or more data sets) from a file. (Works only if no data yet added.) You have to either provide a filename -or filehandle (old school or in SCALAR). +or filehandle (OLD_SCHOOL or $scalar). $graph->add_dataset( 'file.tsv' ); $graph->add_dataset( $file_handle ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Manual/Properties.pod new/Chart-v2.403.9/lib/Chart/Manual/Properties.pod --- old/Chart-v2.403.8/lib/Chart/Manual/Properties.pod 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Manual/Properties.pod 2022-11-28 18:49:29.000000000 +0100 @@ -97,8 +97,8 @@ Summary of all properties, grouped by chart type where there applicable. Sections are named after the Chart type in question, except B<All> and B<NoPie>. +The format is: name ... L<type|/"DATA TYPES">, description; C<default value>. -The format is: name, L<type|/"DATA TYPES">, description, default value Click on name for a longer explanation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Mountain.pm new/Chart-v2.403.9/lib/Chart/Mountain.pm --- old/Chart-v2.403.8/lib/Chart/Mountain.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Mountain.pm 2022-11-28 18:49:29.000000000 +0100 @@ -24,7 +24,7 @@ package Chart::Mountain; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Pareto.pm new/Chart-v2.403.9/lib/Chart/Pareto.pm --- old/Chart-v2.403.8/lib/Chart/Pareto.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Pareto.pm 2022-11-28 18:49:29.000000000 +0100 @@ -2,7 +2,7 @@ package Chart::Pareto; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Pie.pm new/Chart-v2.403.9/lib/Chart/Pie.pm --- old/Chart-v2.403.8/lib/Chart/Pie.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Pie.pm 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,7 @@ package Chart::Pie; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Carp; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Points.pm new/Chart-v2.403.9/lib/Chart/Points.pm --- old/Chart-v2.403.8/lib/Chart/Points.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Points.pm 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,7 @@ package Chart::Points; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Carp; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Property/DataType/Color.pm new/Chart-v2.403.9/lib/Chart/Property/DataType/Color.pm --- old/Chart-v2.403.8/lib/Chart/Property/DataType/Color.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Property/DataType/Color.pm 2022-11-28 18:49:29.000000000 +0100 @@ -5,7 +5,7 @@ use v5.12; package Chart::Property::DataType::Color; -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use base qw(Graphics::Toolkit::Color); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Property/DataType/Font.pm new/Chart-v2.403.9/lib/Chart/Property/DataType/Font.pm --- old/Chart-v2.403.8/lib/Chart/Property/DataType/Font.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Property/DataType/Font.pm 2022-11-28 18:49:29.000000000 +0100 @@ -4,7 +4,7 @@ use v5.12; package Chart::Property::DataType::Font; -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Property.pm new/Chart-v2.403.9/lib/Chart/Property.pm --- old/Chart-v2.403.8/lib/Chart/Property.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Property.pm 2022-11-28 18:49:29.000000000 +0100 @@ -4,7 +4,7 @@ use v5.12; package Chart::Property; -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/Split.pm new/Chart-v2.403.9/lib/Chart/Split.pm --- old/Chart-v2.403.8/lib/Chart/Split.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/Split.pm 2022-11-28 18:49:29.000000000 +0100 @@ -18,7 +18,7 @@ package Chart::Split; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart/StackedBars.pm new/Chart-v2.403.9/lib/Chart/StackedBars.pm --- old/Chart-v2.403.8/lib/Chart/StackedBars.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart/StackedBars.pm 2022-11-28 18:49:29.000000000 +0100 @@ -2,7 +2,7 @@ package Chart::StackedBars; our @ISA = qw(Chart::Base); -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Base; use GD; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/lib/Chart.pm new/Chart-v2.403.9/lib/Chart.pm --- old/Chart-v2.403.8/lib/Chart.pm 2022-10-22 19:01:35.000000000 +0200 +++ new/Chart-v2.403.9/lib/Chart.pm 2022-11-28 18:49:29.000000000 +0100 @@ -1,7 +1,7 @@ use v5.12; package Chart; -our $VERSION = 'v2.403.8'; +our $VERSION = 'v2.403.9'; use Chart::Points; use Chart::Lines; @@ -419,11 +419,8 @@ Petr Pisar (ppi...@redhat.com) - - =back - =head1 COPYRIGHT Copyright(c) 1997-1998 by David Bonner, 1999 by Peter Clark, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/t/bars_11.t new/Chart-v2.403.9/t/bars_11.t --- old/Chart-v2.403.8/t/bars_11.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Chart-v2.403.9/t/bars_11.t 2022-11-28 18:49:29.000000000 +0100 @@ -0,0 +1,43 @@ +#!/usr/bin/perl -w + +BEGIN { unshift @INC, 'lib', '../lib'} +use Chart::Bars; +use strict; +use POSIX; +use File::Temp 0.19; +my $samples = File::Temp->newdir(); + +print "1..1\n"; + +my $file = File::Spec->catfile( File::Spec->curdir, 't', 'data', "in.tsv" ); + +my $g = Chart::Bars->new( 600, 400 ); +$g->add_datafile( $file ); + +$g->set( + colors => { dataset0 => [ 25, 220, 147 ], }, + graph_border => 0, + grey_background => 'false', + grid_lines => 'true', + include_zero => 'true', + + # integer_ticks_only => 'true', + legend => 'none', + png_border => 4, + precision => 1, + skip_int_ticks => 1000, + text_space => 3, + title => "Tickets", + title_font => GD::Font->Giant, + transparent => 'false', + x_ticks => 'vertical', + y_axes => 'both', + y_label => '# Tickets', + x_label => 'Date', +); + +$g->png("$samples/bars_11.png"); +print "ok 1\n"; + +exit(0); + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/t/bars_12.t new/Chart-v2.403.9/t/bars_12.t --- old/Chart-v2.403.8/t/bars_12.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Chart-v2.403.9/t/bars_12.t 2022-11-28 18:49:29.000000000 +0100 @@ -0,0 +1,43 @@ +#!/usr/bin/perl -w + +BEGIN { unshift @INC, 'lib', '../lib'} +use Chart::Bars; +use strict; +use POSIX; +use File::Temp 0.19; +my $samples = File::Temp->newdir(); + +print "1..1\n"; + +my $file = File::Spec->catfile( File::Spec->curdir, 't', 'data', "in.csv" ); + +my $g = Chart::Bars->new( 600, 400 ); +$g->add_datafile( $file ); + +$g->set( + colors => { dataset0 => [ 25, 220, 147 ], }, + graph_border => 0, + grey_background => 'false', + grid_lines => 'true', + include_zero => 'true', + + # integer_ticks_only => 'true', + legend => 'none', + png_border => 4, + precision => 1, + skip_int_ticks => 1000, + text_space => 3, + title => "Tickets", + title_font => GD::Font->Giant, + transparent => 'false', + x_ticks => 'vertical', + y_axes => 'both', + y_label => '# Tickets', + x_label => 'Date', +); + +$g->png("$samples/bars_11.png"); +print "ok 1\n"; + +exit(0); + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/t/data/in.csv new/Chart-v2.403.9/t/data/in.csv --- old/Chart-v2.403.8/t/data/in.csv 1970-01-01 01:00:00.000000000 +0100 +++ new/Chart-v2.403.9/t/data/in.csv 2022-11-28 18:49:29.000000000 +0100 @@ -0,0 +1,2 @@ +200202, 200203, 200204, 200205, 200206, 200207, 200208, 200209, 200210, 200211, 200212, 200301 +6626, 7090, 7580, 7671, 8764, 8664, 6343, 5518, 6257, 5391, 5401, 6002 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/t/data/in.tsv new/Chart-v2.403.9/t/data/in.tsv --- old/Chart-v2.403.8/t/data/in.tsv 1970-01-01 01:00:00.000000000 +0100 +++ new/Chart-v2.403.9/t/data/in.tsv 2022-11-28 18:49:29.000000000 +0100 @@ -0,0 +1,2 @@ +200202 200203 200204 200205 200206 200207 200208 200209 200210 200211 200212 200301 +6626 7090 7580 7671 8764 8664 6343 5518 6257 5391 5401 6002 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Chart-v2.403.8/xt/author/pod-syntax.t new/Chart-v2.403.9/xt/author/pod-syntax.t --- old/Chart-v2.403.8/xt/author/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Chart-v2.403.9/xt/author/pod-syntax.t 2022-11-28 18:49:29.000000000 +0100 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok();