Updated copyright year.

This commit is contained in:
John McNamara 2021-07-01 23:57:09 +01:00
parent 005cb5fd89
commit 4fcdd7b26d
90 changed files with 90 additions and 90 deletions

View File

@ -2,7 +2,7 @@
#
# Makefile for libxlsxwriter examples.
#
# Copyright 2014, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
# Keep the output quiet by default.

View File

@ -1,7 +1,7 @@
/*
* Anatomy of a simple libxlsxwriter program.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of how to use the libxlsxwriter library to write simple
* array formulas.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of adding an autofilter to a worksheet in Excel using
* libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of a simple Excel chart using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel area charts using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel bar charts using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of a clustered category chart using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel column charts using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* A demo of an various Excel chart data label features that are available via
* a libxlsxwriter chart.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of creating Excel column charts with data tables using the
* libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -4,7 +4,7 @@
*
* These include Drop Lines and High-Low Lines.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -7,7 +7,7 @@
* each segment is represented as a point so it is necessary to assign
* formatting to each point in the series.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of a simple Excel chart with user defined fonts using the
* libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating an Excel line chart using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of a simple Excel chart with patterns using the libxlsxwriter
* library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -7,7 +7,7 @@
* each segment is represented as a point so it is necessary to assign
* formatting to each point in the series.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -7,7 +7,7 @@
* particular this is required for Pie/Doughnut charts where each segment is
* represented by a point.
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel radar charts using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating Excel scatter charts using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
* using the libxlsxwriter library. Note, these styles are not the same as the
* styles available in Excel 2013.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of a simple Excel chart using the libxlsxwriter library. This
* example is used in the "Working with Charts" section of the docs.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of creating an Excel chartsheet using the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of writing cell comments to a worksheet using libxlsxwriter.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Each of the worksheets demonstrates different features of cell comments.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -4,7 +4,7 @@
*
* See conditional_format.c for a more comprehensive example.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -4,7 +4,7 @@
* Conditional formatting allows you to apply a format to a cell or a
* range of cells based on certain criteria.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of using libxlsxwriter for writing large files in constant memory
* mode.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -6,7 +6,7 @@
* that a user enters in a cell and to display help and warning messages. It
* also allows you to restrict input to values in a drop down list.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*/

View File

@ -6,7 +6,7 @@
* An easier approach using a lxw_datetime struct is shown in example
* dates_and_times02.c.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of writing dates and times in Excel using an lxw_datetime struct
* and date formatting.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of writing dates and times in Excel using different date formats.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
* used to define a user friendly name to represent a value, a single cell or
* a range of cells in a workbook.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* A simple example of some of the features of the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* A simple formatting example that demonstrates how to add diagonal
* cell borders using the libxlsxwriter library.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of setting custom document properties for an Excel spreadsheet
* using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of setting document properties such as Author, Title, etc., for an
* Excel spreadsheet using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of writing some data with font formatting to a simple Excel
* file using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of writing some data with numeric formatting to a simple Excel file
* using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -30,7 +30,7 @@
*
* && Miscellaneous Literal ampersand &
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of writing some data to a simple Excel file using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -7,7 +7,7 @@
* Libxlsxwriter we replicate that using the worksheet_set_default_row()
* function.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of how to hide a worksheet using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of writing urls/hyperlinks with the libxlsxwriter library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of turning off worksheet cells errors/warnings using
* libxlsxwriter.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of inserting an image from a memory buffer into a worksheet
* using the libxlsxwriter library.
*
* Copyright 2014-2018 John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021 John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of inserting images into a worksheet using the libxlsxwriter
* library.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -6,7 +6,7 @@
* The vba_extract.py utility from the libxlsxwriter examples directory can be
* used to extract the vbaProject.bin file.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*/
#include "xlsxwriter.h"

View File

@ -1,7 +1,7 @@
/*
* An example of merging cells using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* An example of merging cells containing a rich string using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -8,7 +8,7 @@
* Outlines can reduce complex data down to a few salient sub-totals or
* summaries.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -4,7 +4,7 @@
* These examples focus mainly on collapsed outlines. See also the outlines.c
* example program for more general examples.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* A simple example using the libxlsxwriter library to create worksheets with
* panes.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* An example of using the libxlsxwriter library to write some "rich strings",
* i.e., strings with multiple formats.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -1,7 +1,7 @@
/*
* Example of how to set Excel worksheet tab colors using libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 1 of the
* libxlsxwriter documentation.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 2 of the
* libxlsxwriter documentation.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -5,7 +5,7 @@
* This program is shown, with explanations, in Tutorial 3 of the
* libxlsxwriter documentation.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Note: The source file must be UTF-8 encoded.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
* Example of cell locking and formula hiding in an Excel worksheet using
* libxlsxwriter.
*
* Copyright 2014-2018, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -3,7 +3,7 @@
*
* Test to compare output against Excel files.
*
* Copyright 2014-2020, John McNamara, jmcnamara@cpan.org
* Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
*
*/

View File

@ -2,7 +2,7 @@
#
# Makefile for libxlsxwriter library.
#
# Copyright 2014-2015, John McNamara, jmcnamara@cpan.org
# Copyright 2014-2021, John McNamara, jmcnamara@cpan.org
#
include ../Makefile.unit