The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

http://bluezbox.com

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.