r13935@rob-kinyons-powerbook58: rob | 2006-06-02 16:19:43 -0400 v0.26
authorRob Kinyon <rob.kinyon@gmail.com>
Fri, 2 Jun 2006 20:21:28 +0000 (20:21 +0000)
committerRob Kinyon <rob.kinyon@gmail.com>
Fri, 2 Jun 2006 20:21:28 +0000 (20:21 +0000)
commitc5b2486751acff23acf29432d24ad25f9fcadcdc
tree36b8659770a7b7ff17916d2f0298d6c4c4d50f31
 r13935@rob-kinyons-powerbook58:  rob | 2006-06-02 16:19:43 -0400
 Tagged 0.26
86 files changed:
Build.PL [new file with mode: 0644]
Changes [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
README [new file with mode: 0644]
Todo [new file with mode: 0644]
lib/Excel/Template.pm [new file with mode: 0644]
lib/Excel/Template/Base.pm [new file with mode: 0644]
lib/Excel/Template/Container.pm [new file with mode: 0644]
lib/Excel/Template/Container/Bold.pm [new file with mode: 0644]
lib/Excel/Template/Container/Conditional.pm [new file with mode: 0644]
lib/Excel/Template/Container/Format.pm [new file with mode: 0644]
lib/Excel/Template/Container/Hidden.pm [new file with mode: 0644]
lib/Excel/Template/Container/Italic.pm [new file with mode: 0644]
lib/Excel/Template/Container/KeepLeadingZeros.pm [new file with mode: 0644]
lib/Excel/Template/Container/Locked.pm [new file with mode: 0644]
lib/Excel/Template/Container/Loop.pm [new file with mode: 0644]
lib/Excel/Template/Container/Outline.pm [new file with mode: 0644]
lib/Excel/Template/Container/Row.pm [new file with mode: 0644]
lib/Excel/Template/Container/Scope.pm [new file with mode: 0644]
lib/Excel/Template/Container/Shadow.pm [new file with mode: 0644]
lib/Excel/Template/Container/Strikeout.pm [new file with mode: 0644]
lib/Excel/Template/Container/Workbook.pm [new file with mode: 0644]
lib/Excel/Template/Container/Worksheet.pm [new file with mode: 0644]
lib/Excel/Template/Context.pm [new file with mode: 0644]
lib/Excel/Template/Element.pm [new file with mode: 0644]
lib/Excel/Template/Element/Backref.pm [new file with mode: 0755]
lib/Excel/Template/Element/Cell.pm [new file with mode: 0755]
lib/Excel/Template/Element/Formula.pm [new file with mode: 0644]
lib/Excel/Template/Element/FreezePanes.pm [new file with mode: 0644]
lib/Excel/Template/Element/Image.pm [new file with mode: 0644]
lib/Excel/Template/Element/Range.pm [new file with mode: 0755]
lib/Excel/Template/Element/Var.pm [new file with mode: 0644]
lib/Excel/Template/Factory.pm [new file with mode: 0644]
lib/Excel/Template/Format.pm [new file with mode: 0644]
lib/Excel/Template/Iterator.pm [new file with mode: 0644]
lib/Excel/Template/TextObject.pm [new file with mode: 0755]
t/001_load.t [new file with mode: 0644]
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/009.xml [new file with mode: 0644]
t/009_loop.t [new file with mode: 0644]
t/010.xml [new file with mode: 0644]
t/010_scope.t [new file with mode: 0644]
t/011.xml [new file with mode: 0644]
t/011_conditional.t [new file with mode: 0644]
t/012.xml [new file with mode: 0644]
t/012_backref.t [new file with mode: 0644]
t/013.xml [new file with mode: 0644]
t/013_range.t [new file with mode: 0644]
t/014.xml [new file with mode: 0644]
t/014_heightwidth.t [new file with mode: 0644]
t/015.xml [new file with mode: 0644]
t/015_cell_type.t [new file with mode: 0644]
t/016.xml [new file with mode: 0644]
t/016_renderers.t [new file with mode: 0644]
t/017_filehandle.t [new file with mode: 0644]
t/018_register.t [new file with mode: 0644]
t/019_output.t [new file with mode: 0644]
t/020_worksheet_attributes.t [new file with mode: 0644]
t/021_loop_error.t [new file with mode: 0644]
t/022_keep_leading_zeros.t [new file with mode: 0644]
t/023_relative_values.t [new file with mode: 0644]
t/024_image.t [new file with mode: 0644]
t/025_freezepanes.t [new file with mode: 0644]
t/998_pod.t [new file with mode: 0644]
t/999_pod_coverage.t [new file with mode: 0644]
t/Register_018.pm [new file with mode: 0644]
t/Spreadsheet/WriteExcel.pm [new file with mode: 0644]
t/Spreadsheet/WriteExcel/Big.pm [new file with mode: 0644]
t/Spreadsheet/WriteExcel/Worksheet.pm [new file with mode: 0644]
t/Spreadsheet/WriteExcelXML.pm [new file with mode: 0644]
t/mock.pm [new file with mode: 0644]