Provided by: libclutter-perl_1.110-5_all 

NAME
Clutter - Perl interface to the 1.x series of the Clutter toolkit
SYNOPSIS
use Clutter;
die unless Clutter::init() eq 'success';
Clutter::main;
ABSTRACT
Perl bindings to the 1.x series of the Clutter toolkit. This module allows you to write dynamic,
compelling, graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting
and memory management in C, yet remaining very close in spirit to original API.
DESCRIPTION
FIXME
SEE ALSO
Glib
Glib::Object::Introspection
AUTHORS
Emmanuele Bassi <ebassi@gnome.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006-2012 by Emmanuele Bassi <ebassi@gnome.org>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU
Library General Public License as published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
perl v5.24.1 2017-06-24 Clutter(3pm)