NAME
OMA::Download::DRM::REL - Perl extension for OMA Rights Expression Language 1.0
SYNOPSIS
use OMA::Download::DRM::REL;
my $rel = OMA::Download::DRM::REL->new('XML' || 'WBXML',
### Mandatory
'key' => 'im9aazbjfgsorehf',
'uid' => 'cid:image239872@example.com',
'permission' => 'display', # Can be 'display', 'play', 'execute' or 'print'
### Optional
'count' => 3,
);
my $res = $rel->packit;
DESCRIPTION
OMA DRM Rights Expression Language implementation
This is a partial implementation - Needs to be completed
TODO
Use more than one permission, and other constraints than count
SEE ALSO
* OMA-Download-REL-V1_0-20040615-A
* OMA::Download::DRM::REL::XML
* OMA::Download::DRM::REL::WBXML
AUTHOR
Bernard Nauwelaerts, <bpn@localhost>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Bernard Nauwelaerts, IT Development Belgium
Released under GPL licence.