Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
add latex
Browse files Browse the repository at this point in the history
  • Loading branch information
zag committed Oct 5, 2012
1 parent af10b40 commit b657b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WriteAt/To/Latex.pm
Expand Up @@ -9,7 +9,7 @@ use strict;
use warnings;
use Perl6::Pod::Utl;
use WriteAt::To;
use base ( 'Perl6::Pod::To::DocBook', 'WriteAt::To' );
use base ( 'Perl6::Pod::To::Latex', 'WriteAt::To' );
use utf8;

sub start_write {
Expand Down

0 comments on commit b657b34

Please sign in to comment.