Alien-wxWidgets

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

require My::Build;
EOC
my $build = $class->new
  ( module_name     => 'Alien::wxWidgets',
    license         => 'perl',
    author          => 'Mattia Barbon <mbarbon@cpan.org>',
    requires        => { perl                             => '5.006',
                         'Module::Pluggable'              => '2.6',
                        },
    build_requires  => { 'Module::Build'                  => '0.28',
                         'ExtUtils::CBuilder'             => '0.24',
                         'File::Spec'                     => '1.50',
                         'LWP::Protocol::https'           => '0',
                         },
    configure_requires => { 'Module::Build'               => '0.28',
                            },
    get_options     => { 'wxWidgets-debug'           => { type => '!' },
                         'wxWidgets-unicode'         => { type => '!' },
                         'wxWidgets-mslu'            => { type => '!' },
                         'wxWidgets-static'          => { type => '!' },
                         'wxWidgets-monolithic'      => { type => '!' },

Changes  view on Meta::CPAN

0.27  Tue Dec 19 23:04:41 CET 2006
    - Support monolithic wxWidgets builds.

0.26  Sat Dec 16 19:42:57 CET 2006
    - Improve error reporting for missing libraries.

0.25  Sun Nov  5 18:39:22 CET 2006
    - Add aui and richtest to the wxWidgets libraries
      searched with wx-config.

0.24  Fri Oct 20 21:27:57 CEST 2006
    - Add an option for disabling OpenGL support when building
      wxWidgets.

0.23  Thu Oct 19 21:41:16 CEST 2006
    - Use a smart default for the "Do you want to build
          wxWidgets?" question.

0.22  Tue Oct  3 20:30:48 CEST 2006
    - Fixed a bug in detecting an installed wxWidgets in /usr/lib64 in
      x86_64 systems. (patch by Jose Pedro Oliveira)

META.json  view on Meta::CPAN

      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Alien-wxWidgets",
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::CBuilder" : "0.24",
            "File::Spec" : "1.50",
            "LWP::Protocol::https" : "0",
            "Module::Build" : "0.28"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },

META.yml  view on Meta::CPAN

---
abstract: 'building, finding and using wxWidgets binaries'
author:
  - 'Mattia Barbon <mbarbon@cpan.org>'
build_requires:
  ExtUtils::CBuilder: '0.24'
  File::Spec: '1.50'
  LWP::Protocol::https: '0'
  Module::Build: '0.28'
configure_requires:
  Module::Build: '0.28'
dynamic_config: 1
generated_by: 'Module::Build version 0.4222, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html



( run in 1.314 second using v1.01-cache-2.11-cpan-7add2cbd662 )