Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Many POD enhancements. __INLINE__CPP definition, additional examples …
…in POD. Prepare CPAN version 0.40.
  • Loading branch information
daoswald committed Aug 23, 2012
1 parent 0a42d58 commit bafc804
Show file tree
Hide file tree
Showing 48 changed files with 4,756 additions and 23 deletions.
3 changes: 2 additions & 1 deletion CPP.pm
Expand Up @@ -19,7 +19,7 @@ our @ISA = qw( Inline::C ); ## no critic (ISA)
# Development releases will have a _0xx version suffix.
# We eval the version number to accommodate dev. version numbering, as
# described in perldoc perlmodstyle.
our $VERSION = '0.39';
our $VERSION = '0.40';
# $VERSION = eval $VERSION; ## no critic (eval)

our $LOGFILE = q{c:/Users/daoswald/programming/repos/Inline-CPP/ilcpp.log};
Expand Down Expand Up @@ -87,6 +87,7 @@ sub validate {
sub _build_auto_include {
my ( $o, $flavor_defs, $iostream ) = @_;
my $auto_include = <<'END';
#define __INLINE_CPP 1
#ifndef bool
#include <%iostream%>
#endif
Expand Down
10 changes: 8 additions & 2 deletions Changes
@@ -1,8 +1,14 @@
Revision history for Perl extension Inline::CPP.

x.xx ????????????????????????????
0.40 Thu Aug 23 15:34:00 PDT 2012
- Added META_MERGE => provides to Makefile.PL.

- Added another example to the POD (elipses, exceptions, overloading
work-arounds).
- Added a RATIONALE section to the POD.
- POD enhancements, and clarification on reasons for Template and
Overloading limitations.
- Added #define __INLINE_CPP 1 to all Inline::CPP generated code to
facilitate preprocessor logic that targets Inline::CPP code.

0.39 Mon May 07 00:30:00 PDT 2012
- All changes from 0.38_004 remain.
Expand Down

0 comments on commit bafc804

Please sign in to comment.