GitXplorerGitXplorer
b

Win32-APipe

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fd1dda02b5ab72c55e1587dac5d27e9d8a0631fb

remove AutoLoader, its unused boilerplate and slows loading

bbulk88 committed 9 years ago
Unverified
56ba1e896b19f66488d5ee2a0a9ddd6aa4557151

fix SEGV in CRT's swprintf on GCC

bbulk88 committed 9 years ago
Unverified
5e72c752d2faffa5ce2ee0f530bb094c9929ff3b

fix tests

bbulk88 committed 9 years ago
Unverified
65830cf4a2f786bbebf530ad505c3eab4441aa78

change pipe timeout to Windows OS default value

bbulk88 committed 9 years ago
Unverified
afb53913056010b9efd11fead5d4c6ef3b4a1e11

wip

bbulk88 committed 9 years ago
Unverified
2c39264d60b511a7ef1375824d60ba64b1cefd6f

add PID and merge

bbulk88 committed 9 years ago

README

The README file for this repository.

Win32-APipe version 0.01

The README is used to introduce the module and provide instructions on how to install the module, any machine dependencies it may have (for example C compilers and installed libraries) and any other information that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the README file from a module distribution so that people browsing the archive can use it get an idea of the modules uses. It is usually a good idea to provide version information here so that people can decide whether fixes for the module are worth downloading.

INSTALLATION

To install this module type the following:

perl Makefile.PL make make test make install

DEPENDENCIES

This module requires these other modules and libraries:

blah blah blah

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2015 by A. U. Thor

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.21.8 or, at your option, any later version of Perl 5 you may have available.