libogre-perl 0.50-1build2 source package in Ubuntu

Changelog

libogre-perl (0.50-1build2) oneiric; urgency=low

  * No changes rebuild for libogre-1.7.3 transition
 -- Angel Abad <email address hidden>   Tue, 19 Jul 2011 17:31:35 +0200

Upload details

Uploaded by:
Angel Abad
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libogre-perl_0.50.orig.tar.gz 152.5 KiB defcbcf99376c9cfc3ba1a1a8714f5f05549bee29ef2851b6e4fd995af6b7627
libogre-perl_0.50-1build2.debian.tar.gz 2.3 KiB f31d23dc8b4e2296e8ad9ec4bbbe93bf13971f5f9232b4bce1ea7c5454e0894c
libogre-perl_0.50-1build2.dsc 1.3 KiB da604790d6eb6c150e8d09f4e84df829dbd6db7bf23bcf60404eccd364f321eb

Available diffs

View changes file

Binary packages built by this source

libogre-perl: Perl binding for the OGRE C++ graphics library

 This is a Perl binding for OGRE, Object-Oriented Graphics Rendering Engine,
 a C++ library found at http://www.ogre3d.org/ .
 .
 The wrapping is currently incomplete, but there are several interesting
 examples working now (see examples/README.txt).
 .
 For documentation on specific classes, see the perldoc for the class. The
 documentation for each class is somewhat minimal. In the DESCRIPTION section
 there will be a link to the corresponding C++ API documentation on the OGRE
 website. The documentation of methods uses C++ types to describe its
 parameters and return values, so some translation to Perl is generally
 required.