Skip to content

Commit

Permalink
Prep for release 1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Oct 21, 2024
1 parent 7658449 commit d0cb2c1
Show file tree
Hide file tree
Showing 39 changed files with 139 additions and 134 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Revision history for Perl module Excel::Writer::XLSX.
! Bug fix.


1.13 2024-10-21

! Cleaned up release tarball to remove editor dot files.


1.13 2024-10-13

! Fixed issue with html color for border colors.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ INSTALLATION

Unzip and untar the module as follows:

tar -zxvf Excel-Writer-XLSX-1.13.tar.gz
tar -zxvf Excel-Writer-XLSX-1.14.tar.gz

The module can be installed using the standard Perl procedure:

Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use Exporter;
use Excel::Writer::XLSX::Workbook;

our @ISA = qw(Excel::Writer::XLSX::Workbook Exporter);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use Excel::Writer::XLSX::Utility qw(xl_cell_to_rowcol
quote_sheetname );

our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Area.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Bar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Column.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Doughnut.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart::Pie;

our @ISA = qw(Excel::Writer::XLSX::Chart::Pie);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Line.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Pie.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Radar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Scatter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chart/Stock.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Carp;
use Excel::Writer::XLSX::Chart;

our @ISA = qw(Excel::Writer::XLSX::Chart);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Chartsheet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Exporter;
use Excel::Writer::XLSX::Worksheet;

our @ISA = qw(Excel::Writer::XLSX::Worksheet);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion lib/Excel/Writer/XLSX/Drawing.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use Excel::Writer::XLSX::Package::XMLwriter;
use Excel::Writer::XLSX::Worksheet;

our @ISA = qw(Excel::Writer::XLSX::Package::XMLwriter);
our $VERSION = '1.13';
our $VERSION = '1.14';


###############################################################################
Expand Down
Loading

0 comments on commit d0cb2c1

Please sign in to comment.