NAME
Xacobeo::Ex::ClipboardLoad - Test plugin
DESCRIPTION
Sample plugin that allows to load an XML document based on the contents of the clipboard.
The plugin adds the entry Load from clipboard under the File main menu. The plugin can also be activated through the shortcut CTRL SHIFT L.
USAGE
Copy the file examples/cliboard.plugin into $HOME/.config/xacobeo/plugins/ and add examples/Xacobeo into your PERL5LIB path.
Or copy examples/Xacobeo/Ex/ClipboardLoad.pm somewhere and add the full path to the variable Script in the file cliboard.plugin. For instance if you copy the perl module to $HOME/.config/xacobeo/plugins/ and that your user name is me then use:
Script=/home/me/.config/xacobeo/plugins/ClipboardLoad.pm
AUTHORS
Emmanuel Rodriguez <potyl@cpan.org>. Jozef Kutej <jkutej@cpan.org>.
COPYRIGHT AND LICENSE
Copyright (C) 2008,2009 by Emmanuel Rodriguez, Jozef Kutej.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 20:
Unterminated F<...> sequence