Leont/libperl--
LibPerl++ is a C++ library that provides a more friendly interface for the the perl API. It makes use of advanced features of C++ to make both embedding and extending perl as easy as possible. This repository also contains to helper libraries that may be split out at a later stage: libtap++ and Library::Build.
C++
Issues
- 0
A fork of libtap++
#27 opened by nataraj-hates-MS-for-stealing-github - 0
Pull requests
#25 opened by RadaofTheLight - 0
Code
#24 opened by RadaofTheLight - 0
test/fixtures/bats/loop_keep_IFS.bats
#23 opened by RadaofTheLight - 0
Libperl++ This is libperl++. A library for embedding and extending perl in C++. DEPENDENCIES The library should work on perl 5.8.1 or higher, though 5.10 is recommended. A recent C++ compiler is required (GCC 4.4 or higher or (in the near future) MSVC++ 2010). Also, some Boost headers are required to build it, but there are no dependencies on Boost runtime libraries. ISSUES Building libperl++ on Windows currently doesn't work due to issues in Perl's linking toolchain. This is being worked on. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install For more information, see Install.pod COPYRIGHT AND LICENCE Copyright (C) 2007, 2008, 2009, 2010 Leon Timmermans This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
#22 opened by RadaofTheLight - 0
Compilation Issue
#21 opened by pnbalakumar - 2
is(0.0, 0.0, "0 is 0") ... fails?
#18 opened by vsraptor - 1
Tap into it's own repo
#19 opened by heapwolf - 0
is() not printing the message
#17 opened by vsraptor - 2
compilation failed in vc++2010 scaler.h
#9 opened by anandrathi - 1
multiple constructors support
#16 opened by dinamic - 3
- 2
Need libraries installed before tests work
#11 opened by RadixSeven - 2
- 3
- 1
Path to header is wrong in libtap++ docs
#12 opened by RadixSeven - 1
- 1
compilation error in Install.pm
#6 opened by frankfranks - 1
- 6
Error when compiling application
#4 opened by stew822 - 2
Compile error on Cygwin
#3 opened by pjacklam - 9
Compilation error on scalar.h
#1 opened by shmuelfomberg - 5
Compilation error on "array.C"
#2 opened by jonilappalainen