The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OMA::Download::DRM::REL::WBXML - WBXML representation of OMA DRM REL 1.0

DESCRIPTION

WBXML representation of the Open Mobile Alliance Digital Rights Management Rights Expression Language 1.0. Used e.g. with Wap Push.

SYNOPSIS

  use OMA::Download::DRM::REL::WBXML;

CONSTRUCTOR

  my $rel=OMA::Download::DRM::REL::WBXML->new(%args);

PROPERTIES

mime

Returns the WBXML rights object MIME type

  print $rel->mime;

extension

Returns the WBXML rights object extension

  print $rel->extension;

METHODS

packit

Packs data using WBXML format

  print $rel->packit;

SEE ALSO

OMA::Download::DRM::REL

AUTHOR

Bernard Nauwelaerts, <bgpn@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Bernard Nauwelaerts.

Released under the GPL.