Alien-astyle

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    dist_abstract      => 'Build & Install the Artistic Style Code Formatter',
    dist_author        => 'William N. Braswell, Jr. <wbraswell@cpan.org>',
    dist_version       => '0.010000',
    license            => 'perl',
    alien_bin_requires => {
        'Alien::Build' => '1.39',
        'Alien::gmake' => '0.21',
    },
    alien_msys => 1,
    configure_requires => {
        # DEV NOTE, CORRELATION #aa001: must install IO::Socket::SSL & Alien::Base::ModuleBuild from Build.PL (which becomes META.json, for CPAN) & .travis.yml & appveyor.yml 
        'IO::Socket::SSL'          => '2.043',
        'Alien::Base::ModuleBuild' => '1.02',
        'Capture::Tiny'            => '0',
        'IPC::Cmd'                 => '0.96',
        'File::ShareDir'           => '1.03',
        'File::chdir'              => '0',
        'perl'                     => '5.008'
    },
    test_requires        => {
        'Test::More' => '0.94',
        'perl'       => '5.008'

Changes  view on Meta::CPAN

    - Perl v5.8 Minimum Required

0.006000 2017-01-12

    - MS Windows, Utilize AStyle.exe Executable File
    - Perl v5.25 Support
    - Travis-CI & AppVeyor, 100% Tests Pass

0.005000 2017-01-11

    - Include IO::Socket::SSL Dependency, May Be Missing On Fresh Perl Installs

0.004000 2017-01-09

    - Use IPC::Cmd::can_run() To Locate `astyle` Executable Path During Testing
    - Fix Improper Use Of bin_dir()
    - Travis-CI, Enable Both share & system Tests (Thanks to plicease AKA Graham Ollis)
    - MS Windows, Enable msys & install (Thanks to plicease AKA Graham Ollis)

0.003000 2017-01-07



( run in 0.492 second using v1.01-cache-2.11-cpan-4d50c553e7e )