Skip to content

Commit

Permalink
updated to new api
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdaeppen committed Aug 17, 2012
1 parent 3af6970 commit d6a8c2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions example/howto_write_a_plugin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ sub parse {
# We have some usefull methods from EBook::MOBI::Driver
$self->debug_msg("Start parsing...");

# I should call this if I'm planning to create a book out of this.
$mobiFormat .= $converter->begin();

########################################################################
# Here is the parsing... for sure this looks different for any other #
# format. You might even use an existing parser like e.g. POD::Parser. #
Expand Down Expand Up @@ -70,9 +67,6 @@ sub parse {
}
}

# we finish the book
$mobiFormat .= $converter->end();

$self->debug_msg("...done");

# and return the complete converted text
Expand Down

0 comments on commit d6a8c2e

Please sign in to comment.