NAME
App::Followme::BinaryData - Read metadata from a binary file
SYNOPSIS
use App::Followme::BinaryData;
my $data = App::Followme::BinaryData->new();
my $html = App::Followme::Template->new('example.htm', $data);
DESCRIPTION
This module is a stub for binary files whose metadata cannot be read from the file.
METHODS
All data classes are first instantiated by calling new and the object created is passed to a template object. It calls the build method with an argument name to retrieve that data item. The retrieve always fails for a binary file.
VARIABLES
No variables are retrieved. It is assumed the format is opaque.
CONFIGURATION
This class has the following configuration variable:
- extension
-
The file extension of the binary file.
LICENSE
Copyright (C) Bernie Simon.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Bernie Simon <bernie.simon@gmail.com>