- Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
authorRob Kinyon <rob.kinyon@gmail.com>
Fri, 5 Nov 2004 18:33:24 +0000 (18:33 +0000)
committerRob Kinyon <rob.kinyon@gmail.com>
Fri, 5 Nov 2004 18:33:24 +0000 (18:33 +0000)
commitb6bc5a5d18b4daf1bb248f39f58d2d6609069aff
tree6851d9aa6723c2736d39d0dde5acdbb5a242938a
parent37513eae9a11e4f4364f82dd067b7da534c2b18d
- Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
        - This means that the Unicode handling is cleaner from a source
          perspective
    - Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
    - Finally have a semi-real testing suite!
        - Added minimal Spreadsheet::WriteExcel mockobject
    - Fixed several bugs in formats found by building tests
      - HIDDEN node now actually works
      - LOCKED node now actually works
32 files changed:
Changes
MANIFEST
MANIFEST.SKIP [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL
Todo
lib/Excel/Template.pm
lib/Excel/Template/Element/Backref.pm
lib/Excel/Template/Element/Cell.pm [moved from lib/Excel/Template/Element/Cell.pm_ with 91% similarity]
lib/Excel/Template/Element/Formula.pm
lib/Excel/Template/Element/Range.pm
lib/Excel/Template/Factory.pm
lib/Excel/Template/Format.pm
lib/Excel/Template/TextObject.pm [moved from lib/Excel/Template/TextObject.pm_ with 100% similarity]
t/001_load.t
t/002.xml [new file with mode: 0644]
t/002_workbook.t [new file with mode: 0644]
t/003.xml [new file with mode: 0644]
t/003_worksheet.t [new file with mode: 0644]
t/004.xml [new file with mode: 0644]
t/004_cell.t [new file with mode: 0644]
t/005.xml [new file with mode: 0644]
t/005_formats.t [new file with mode: 0644]
t/006.xml [new file with mode: 0644]
t/006_variables.t [new file with mode: 0644]
t/007.xml [new file with mode: 0644]
t/007_cell_formats.t [new file with mode: 0644]
t/008.xml [new file with mode: 0644]
t/008_formula.t [new file with mode: 0644]
t/Spreadsheet/WriteExcel.pm [new file with mode: 0644]
t/Spreadsheet/WriteExcel/Worksheet.pm [new file with mode: 0644]
t/mock.pm [new file with mode: 0644]