Acme-MITHALDU-BleedingOpenGL

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Import::Into" : "0",
            "Test::More" : "0",
            "Try::Tiny" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "https://github.com/wchristian/OpenGL.pm",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/wchristian/OpenGL.pm.git",
         "web" : "https://github.com/wchristian/OpenGL.pm"

META.yml  view on Meta::CPAN

  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Acme-MITHALDU-BleedingOpenGL
no_index:
  directory:
    - t
    - inc
requires:
  Import::Into: '0'
  Test::More: '0'
  Try::Tiny: '0'
resources:
  homepage: https://github.com/wchristian/OpenGL.pm
  repository: https://github.com/wchristian/OpenGL.pm.git
version: '0.67049'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use ExtUtils::MakeMaker;
use ExtUtils::Liblist;
use Data::Dumper;
use Config;
use Try::Tiny;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

# Supported windowing interfaces
our $is_valid_interface =
{
  'AGL'       => 'Default GLUT framework on Mac OS X',
  'FREEGLUT'  => 'FreeGLUT, preferred over GLUT',
  'GLUT'      => 'GLUT; often really FreeGLUT on Linux',

Makefile.PL  view on Meta::CPAN

my $build_config =
{
  'NAME'	=> 'Acme::MITHALDU::BleedingOpenGL',
  'VERSION_FROM'=> 'BleedingOpenGL.pm',
  ABSTRACT => 'bleeding edge OpenGL experiments - you WILL get cut',
  'PM' 		=>
  {
    'BleedingOpenGL.pm' => '$(INST_LIBDIR)/BleedingOpenGL.pm',
    'Config.pm' => '$(INST_LIBDIR)/BleedingOpenGL/Config.pm'
  },
  'PREREQ_PM' => { 'Test::More' => 0, 'Import::Into' => 0, 'Try::Tiny' => 0 },
  'AUTHOR'	=> "Chris Marshall ".'<chm at cpan dot org>',
  'OBJECT' 	=> '$(BASEEXT)$(OBJ_EXT) gl_util$(OBJ_EXT) pogl_const$(OBJ_EXT) pogl_gl_top$(OBJ_EXT) pogl_glu$(OBJ_EXT) pogl_rpn$(OBJ_EXT) pogl_matrix$(OBJ_EXT) pogl_glut$(OBJ_EXT) pogl_gl_Accu_GetM$(OBJ_EXT) pogl_gl_GetP_Pass$(OBJ_EXT) pogl_gl_Mult_Pro...
  'XSPROTOARG'	=> '-noprototypes',
  'DEFINE'	=> $DEFS,
  'INC'		=> $INCS,
  'LIBS' 	=> $LIBS,
  'dynamic_lib'	=> $DYNS,
  'LDFROM'      => '$(OBJECT) '.(defined($LDFROM)?$LDFROM:''),
  'META_MERGE' => {
     'meta-spec' => { version => 2 },



( run in 0.448 second using v1.01-cache-2.11-cpan-05444aca049 )