| Hyper-Developer documentation | Contained in the Hyper-Developer distribution. |
Hyper::Developer - Hyper Developer Tools
This document describes Hyper::Developer 0.07
use Hyper::Developer 0.07;
The Hyper::Developer namespace contains the Developer Tools for working with Hyper.
$Author: ac0v $
$Id: Developer.pm 333 2008-02-18 22:59:27Z ac0v $
$Revision: 333 $
$Date: 2008-02-18 23:59:27 +0100 (Mon, 18 Feb 2008) $
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper-Developer/branches/0.07/lib/Hyper/Developer.pm $
Andreas Specht <ACID@cpan.org>
Copyright (c) 2007, Andreas Specht <ACID@cpan.org>.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Hyper-Developer documentation | Contained in the Hyper-Developer distribution. |
package Hyper::Developer; use strict; use warnings; use version; our $VERSION = qv('0.07'); 1; __END__