- Removed 'use warnings' from all tests
authorRob Kinyon <rob.kinyon@gmail.com>
Fri, 12 Nov 2004 19:43:26 +0000 (19:43 +0000)
committerRob Kinyon <rob.kinyon@gmail.com>
Fri, 12 Nov 2004 19:43:26 +0000 (19:43 +0000)
commitdee1f2390b1d5808099f96e088a0d4bc1e0ce27a
tree28457f48e2df2b3310983f5a0d513c01d8797558
parentdba6a68e5b49439f6b649f3b2dd3baa888de09cb
- Removed 'use warnings' from all tests
    - All warnings are suppressed unless $^W is true
    - Added 'height' value for ROW
    - Added 'width' value for CELL
    - Fixed PM_FILTER to work on Redhat
27 files changed:
Changes
MANIFEST
Makefile.PL
lib/Excel/Template.pm
lib/Excel/Template/Container/Conditional.pm
lib/Excel/Template/Container/Row.pm
lib/Excel/Template/Element/Cell.pm
lib/Excel/Template/Factory.pm
lib/Excel/Template/Format.pm
lib/Excel/Template/Iterator.pm
t/001_load.t
t/002_workbook.t
t/003_worksheet.t
t/004_cell.t
t/005_formats.t
t/006_variables.t
t/007_cell_formats.t
t/008_formula.t
t/009.xml
t/009_loop.t
t/010_scope.t
t/011_conditional.t
t/012_backref.t
t/013_range.t
t/014.xml [new file with mode: 0644]
t/014_heightwidth.t [new file with mode: 0644]
t/Spreadsheet/WriteExcel/Worksheet.pm