-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from cxw42/prepost
Minor updates; v0.600.1
- Loading branch information
Showing
9 changed files
with
72 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -301,12 +301,26 @@ L<ExtUtils::PerlPP>, L<HTML::EP>, L<PML>, L<Preproc::Tiny>, L<ePerl>, L<iperl>. | |
=head1 AUTHORS | ||
Andrey Shubin (d-ash at Github; L<[email protected]>) and | ||
Chris White (cxw42 at Github; L<[email protected]>). | ||
=over | ||
=item * | ||
Originally by Andrey Shubin (d-ash at Github; C<[email protected]>) | ||
=item * | ||
Currently maintained by Chris White (CXW; cxw42 at Github; | ||
C<[email protected]>). | ||
=item * | ||
Other contributions by Mohammad S. Anwar (MANWAR; manwar at Github) | ||
=back | ||
=head1 LICENSE AND COPYRIGHT | ||
Copyright 2013-2018 Andrey Shubin and Christopher White. | ||
Copyright 2013-2018 PerlPP Contributors (listed above) | ||
This program is distributed under the MIT (X11) License: | ||
L<http://www.opensource.org/licenses/mit-license.php> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!perl | ||
use Test::More; | ||
plan skip_all => 'Not yet implemented'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!perl | ||
use Test::More; | ||
plan skip_all => 'Not yet implemented'; |