NAME
File::Attributes::Extended - Access UNIX extended filesystem attributes with File::Attributes.
VERSION
Version 0.01
SYNOPSIS
use File::Attributes ':all';
set_attribute('filename', foo => 'bar');
print get_attribute('filename', 'foo'); # bar
This module should not be used directly -- File::Attributes will automatically use it when possible.
If you're sure you don't want the File::Attributes
API, see File::ExtAttr.
FUNCTIONS
This module implements all of the functions File::Attributes expects. See File::Attributes::Base for more information.
get
set
unset
list
applicable
Applicable if the file's filesystem supports extended filesystem attributes.
priority
Priority 6 (medium)
AUTHOR
Jonathan Rockway, <jrockway at cpan.org>
BUGS
Please report any bugs or feature requests to bug-file-attributes-extended at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Attributes-Extended. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc File::Attributes::Extended
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Attributes-Extended
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Jonathan Rockway, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.