NAME

File::Information::Editor - generic module for extracting information from filesystems

VERSION

version v0.06

SYNOPSIS

use File::Information;

my File::Information::Editor $editor = $obj->editor;

# ...

$editor->apply;

This represents an editor that allows to edit another object.

METHODS

instance

my File::Information $instance = $editor->instance;

Returns the instance that was used to create this object.

parent

my $parent = $editor->parent;

Returns the parent that was used to create this object.

status

my $status = $editor->status;

Returns the status of the editor.

tagpool

my @tagpool = $editor->tagpool;

Returns the list of tagpools found relevant to this editor if any (See File::Information::Tagpool).

Note: There is no order to the returned values. The order may change between any two calls.

apply

$editor->apply;

Applies the changes to the file for a root editor. Queues changes for apply on sub-editors to the root editor.

Note: When using sub-editors one must call this on all sub-editors and then on the root editor to apply the changes.

See also: "for".

for

my File::Information::Editor $sub_editor = $editor->for(key => value, ...);

Returns an sub-editor with altered options.

See also: "apply".

AUTHOR

Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2024-2025 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)