Result:
found more than 394 distributions - search limited to the first 2001 files matching your query ( run in 5.469 )


Alien-XPA

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.04      2017-05-25 14:16:11-04:00 America/New_York (TRIAL RELEASE)

  [TEST FIX]

    * t/alien.t: Win32 process creation flags were incorrectly specified.


0.03      2017-05-25 13:09:17-04:00 America/New_York (TRIAL RELEASE)

  [BUILD]

 view all matches for this distribution


Alien-YAMLScript

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


        use Alien::YAMLScript;
    
        my $alien = Alien::YAMLScript->new;
        say $alien->libs;
        say $alien->cflags;
    =head2 STATUS

    This is ALPHA software. Expect things to change.

 DESCRIPTION

 view all matches for this distribution


Alien-ZMQ-latest

 view release on metacpan or  search on metacpan

t/version.t  view on Meta::CPAN


	my $xs = do { local $/; <DATA> };
	xs_ok {
		xs => $xs,
		cbuilder_link => {
			extra_linker_flags =>
				# add -dylib_file since during test, the dylib is under blib/
				$^O eq 'darwin'
					? ' -rpath ' . Alien::ZMQ::latest->runtime_prop->{distdir} . "/lib"
					: ' '
		},

 view all matches for this distribution


Alien-ZMQ

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

v0.05 2013-05-02
----------------

  03cf2eb switch distribution to zeromq-3.2.3; bump version
  f3a10ea add gitignore file
  77bb082 cflags and libs can now return a list of flags
  435ebe1 improve the abstract and add urls to dist metadata

v0.0403 2013-01-23
------------------

Changes  view on Meta::CPAN

v0.03 2013-01-17
----------------

  0283879 bump version number for new release
  e20f71b output log of zeromq installation
  da7265e add smarter shell-quoting in the cflags and libs functions
  2c02694 improve handling of spaces in build args
  23f5d71 use cbuilder for cc and dlext
  fb61bef make the auto-generated changelog less verbose
  e04c8dc add markdown-formatted readme document

 view all matches for this distribution


( run in 5.469 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )