Skip Menu |

This queue is for tickets about the ODF-lpOD CPAN distribution.

Report information
The Basics
Id: 113978
Status: new
Priority: 0/
Queue: ODF-lpOD

People
Owner: jmgdoc [...] cpan.org
Requestors: DJIBEL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.126
Fixed in: (no value)



Subject: ODT corrupted in Apache OpenOffice
Dear, All ODT files created with ODF::lpOD are corrupted when I used Apache OpenOffice 4.1.1 or 4.1.2. Theses files are OK for LibreOffice. Script Example: #!/usr/bin/perl use warnings; use strict; use ODF::lpOD; my $doc = odf_document->create('text'); my $p = odf_paragraph->create(text => "Hello everybody!"); my $contexte = $doc->get_body; $contexte->insert_element($p); $doc->save(target => "hello.odt"); exit; __END__ Best regards, Djibel
Subject: hello.odt
Download hello.odt
application/vnd.oasis.opendocument.text 7.5k

Message body not shown because it is not plain text.