NAME
EBook::FB2
VERSION
Version 0.1
SYNOPSIS
use EBook::FB2;
my $fb2 = EBook::FB2->new;
$fb2->load("/path/to/file.fb2");
SUBROUTINES/METHODS
- binaries()
 - 
Returns array of references to EBook::FB2::Binary objects
 - bodies()
 - 
Returns array of references to EBook::FB2::Body objects
 - description()
 - 
Returns reference to EBook::FB2::Description object that contains book metadata
 - load($filename)
 - 
Load FB2 document from $filename
 
AUTHOR
Oleksandr Tymoshenko, <gonzo@bluezbox.com>
BUGS
Please report any bugs or feature requests to <gonzo@bluezbox.com>
LICENSE AND COPYRIGHT
Copyright 2009, 2010 Oleksandr Tymoshenko.
This module is free software; you can redistribute it and/or modify it under the terms of the BSD license. See the LICENSE file included with this distribution.