Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:bschmalhofer/pipp
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 23, 2009
2 parents 4d1856f + d0e6482 commit c85f726
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions build/templates/src/pmc/Makefile.in
Expand Up @@ -73,6 +73,7 @@ install:

# cleaning up
clean:
$(RM_F) $(PMC_GROUP)
$(RM_F) "*dump" "php*.c" "pmc_*h" "pipp_group.h" "*$(O)" "*$(LOAD_EXT)"
$(RM_F) "$(PMC_GROUP)"

Expand Down
4 changes: 3 additions & 1 deletion src/pmc/phpboolean.pmc
@@ -1,12 +1,14 @@
/*
Copyright (C) 2008, The Perl Foundation.

=head1 NAME

pmc/phpboolean.pmc - PHP Boolean

=head1 DESCRIPTION

C<PhpBoolean> extends C<Boolean> to provide Pipp-specific
boolean behavior.

=head2 Methods

=over 4
Expand Down
6 changes: 4 additions & 2 deletions t/harness
Expand Up @@ -2,7 +2,7 @@

=head1 NAME
languages/pipp/t/harness - A harness for Pipp
t/harness - A testing harness for Pipp
=head1 SYNOPSIS
Expand All @@ -12,10 +12,12 @@ languages/pipp/t/harness - A harness for Pipp
perl t/harness --with-pct
perl t/harness --verbose t/hello.t
perl t/harness --verbose t/pmc/boolean.t
=head1 DESCRIPTION
A harness based on Test::Harness and Test::Harness::Archive.
If I'm called with no args, I run the complete suite.
Otherwise I run the tests that were passed on the command line.
Expand Down
1 change: 0 additions & 1 deletion t/pmc/boolean.t
Expand Up @@ -15,7 +15,6 @@ Tests C<PhpBoolean> PMC.

=cut


.sub 'main' :main
$P0 = loadlib "pipp_group"

Expand Down

0 comments on commit c85f726

Please sign in to comment.