
check_qml.pl - Check a QML file for some of the coding conventions described at http://doc.qt.digia.com/qt/qml-coding-conventions.html

perl check_qml.pl TestComponent.qml

Check a QML file for some of the coding conventions described at http://doc.qt.digia.com/qt/qml-coding-conventions.html. Specifically, this script checks the following things:

QML::File - Basic parsing of the high-level structure of QML files.

Zachary Blair, <zblair@cpan.org>

Copyright (C) 2013 by Zachary D. Blair
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.