Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix sort order and add 'fossil' entry
  • Loading branch information
raiph committed Nov 7, 2013
1 parent 6d0e761 commit 663d7e7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions S99-glossary.pod
@@ -1,5 +1,4 @@


=head1 TITLE

Synopsis 99: Glossary
Expand Down Expand Up @@ -263,13 +262,6 @@ document for reference. See also L</Synopsis>.

=head2 FAIL

=head2 fudge

Way to temporarily mark tests in the L</spectest> for a specific Perl 6 version
as I<todo> (so that a failure of the test will be marked ok, and a pass will
be marked as an exception), or as I<skip> if they cause a L</compile-time> or
L</runtime> exception.

=head2 fork

The creation of another process in Perl 6.
Expand All @@ -279,6 +271,17 @@ to allow users to make changes to a repository without needing permissions on
the original project. After a user makes changes they will likely submit a
L</pull request>.

=head2 fossil

Something in a generally current document that is no longer true but which has not yet been fixed by correcting or removing it.

=head2 fudge

Way to temporarily mark tests in the L</spectest> for a specific Perl 6 version
as I<todo> (so that a failure of the test will be marked ok, and a pass will
be marked as an exception), or as I<skip> if they cause a L</compile-time> or
L</runtime> exception.

=head1 G

=head2 gimme
Expand Down

0 comments on commit 663d7e7

Please sign in to comment.