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

NAME

Linux::DVB::DVBT::Apps::QuartzPVR::Recording - methods for processing the initial recording requests

SYNOPSIS

use Linux::DVB::DVBT::Apps::QuartzPVR::Schedule ;

DESCRIPTION

DIAGNOSTICS

Setting the debug flag to level 1 prints out (to STDOUT) some debug messages, setting it to level 2 prints out more verbose messages.

AUTHOR

Steve Price

BUGS

None that I know of!

INTERFACE

new([%args])

Create a new object.

The %args are specified as they would be in the set method, for example:

        'mmap_handler' => $mmap_handler

The full list of possible arguments are :

        'fields'        => Either ARRAY list of valid field names, or HASH of field names with default values 
init_class([%args])

Initialises the Cwrsync object class variables. Creates a class instance so that these methods can also be called via the class (don't need a specific instance)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 29:

=over without closing =back