Acme-MetaSyntactic-Themes-Abigail
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/candyland.pm view on Meta::CPAN
=over 1
=item C<< edition_1984 >>
The default sub theme. This was the year the characters were first
introduced.
=item C<< edition_2002 >>
This edition saw the first change in the set of characters.
=item C<< edition_2010 >>
The edition saw the second change in the set of characters.
=back
I<< Candyland >> is published by I<< Hasbro >>.
This module is part of the set of C<< Acme::MetaSyntactic >> themes
found in the C<< Acme::MetaSyntactic::Themes::Abigail >> package.
=head1 SEE ALSO
t/982_git.t view on Meta::CPAN
my ($HEAD) = grep {-x} qw [/usr/bin/head];
my @output = `$GIT status --porcelain`;
ok @output == 0, "All files are checked in";
my @tags = sort grep {/^release/} `$GIT tag`;
chomp (my $final_tag = $tags [-1]);
my $changes_line = `$HEAD -1 Changes`;
ok $final_tag    && 
   $changes_line &&
   $final_tag eq "release-" . ($changes_line =~ /^Version ([0-9]{10})/) [0],
   "git tag matches version";
done_testing;
( run in 0.611 second using v1.01-cache-2.11-cpan-5dc5da66d9d )