Acme-MetaSyntactic-Themes

 view release on metacpan or  search on metacpan

lib/Acme/MetaSyntactic/counting_to_one.pm  view on Meta::CPAN

Carrie Fisher.

=item Fahrenheit 451

Ray Bradbury's book is about a future where books are banished,
lest they'd be tought-provoking. François Truffaut's film is
about a future where every single alphabetic character is banished,
not only the thought-provoking ones inside the books, but also
the utilitary characters such as "exit", "walk"/"don't walk",
"in", "out". When a character's personal file is briefly shown,
we can only see numbers. This goes to such length that the credits
are not written on the screen, but spoken by a narrator.
The contributor likes Ray Bradbury's book.

=item Monty Python's Holy Grail

The scene with a horse is the scene in which a professor
is murdered. As for the final credits, there are none.

=item Silent Movie

t/00-report-prereqs.t  view on Meta::CPAN


                if ( $DO_VERIFY_PREREQS && $type eq 'requires' ) {
                    push @dep_errors, "$mod is not installed ($req_string)";
                }
            }
        }

        if ( @reports ) {
            push @full_reports, "=== $title ===\n\n";

            my $ml = _max( map { length $_->[0] } @reports );
            my $wl = _max( map { length $_->[1] } @reports );
            my $hl = _max( map { length $_->[2] } @reports );

            if ($type eq 'modules') {
                splice @reports, 1, 0, ["-" x $ml, "", "-" x $hl];
                push @full_reports, map { sprintf("    %*s %*s\n", -$ml, $_->[0], $hl, $_->[2]) } @reports;
            }
            else {
                splice @reports, 1, 0, ["-" x $ml, "-" x $wl, "-" x $hl];
                push @full_reports, map { sprintf("    %*s %*s %*s\n", -$ml, $_->[0], $wl, $_->[1], $hl, $_->[2]) } @reports;
            }



( run in 0.841 second using v1.01-cache-2.11-cpan-65fba6d93b7 )