libogre-perl 0.50-2build3 source package in Ubuntu

Changelog

libogre-perl (0.50-2build3) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:29:20 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
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-2build3.debian.tar.gz 2.6 KiB a6c34e2fb72accda10c7ce2fcf0d44a40380f83e96b539c02ff2e31b94743fa2
libogre-perl_0.50-2build3.dsc 2.1 KiB b3d583ef08aba176189d582711d8f0909a6efd791357bf69129981ee1b7120c6

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.