CPAN-Changes

 view release on metacpan or  search on metacpan

bin/tidy_changelog  view on Meta::CPAN

   'check',
   'help',
) or pod2usage( -verbose => 2 );
pod2usage( -verbose => 2 ) if $opt{help};

$opt{token} ||= qr/\{\{\$NEXT\}\}/;

my $changelog = shift;

unless ( $changelog ) {
    # try to guess it
    opendir my $dir, '.';
    my @files = grep { -f $_ and /^change/i } readdir $dir;
    die "changelog not provided and couldn't be guessed\n"
        unless @files == 1;

    $changelog = shift @files;
    warn "changelog not provided, guessing '$changelog'\n\n";
}

if ($opt{check}) {
    require Test::CPAN::Changes;
    require Test::More;
    Test::CPAN::Changes::changes_file_ok($changelog || "Changes");
    # test plan is only set when using changes_ok()
    Test::More::done_testing();
    exit;
}

corpus/dists/B-C.changes  view on Meta::CPAN


Malcolm Beattie <mbeattie@sable.ox.ac.uk>  1998-02-20 17:54:58
    @563 Start getting compiler to work when built with the core.
    [Still won't work as of this change.]

Malcolm Beattie <mbeattie@sable.ox.ac.uk>  1998-02-20 16:42:13

	* Merge perlext/Compiler/... into mainline. Some files move to
    ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
    move to the base perl directory (e.g. headers). Will need some
    cleaning up before it builds properly, I would guess.

Malcolm Beattie <mbeattie@sable.ox.ac.uk>  1998-02-20 16:39:38
	* [compiler] Win32 changes from Sarathy, tweaked slightly by me.

Malcolm Beattie <mbeattie@sable.ox.ac.uk>  1998-02-17 17:50:50
	* Assorted changes to the compiler

Malcolm Beattie <mbeattie@sable.ox.ac.uk>  1997-12-17 10:59:40
	* Fix typo in compiler B/C.pm.

corpus/dists/B-C.parsed  view on Meta::CPAN

              "text" => "ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some"
            },
            {
              "line" => 2035,
              "raw" => "    move to the base perl directory (e.g. headers). Will need some\n",
              "style" => "",
              "text" => "move to the base perl directory (e.g. headers). Will need some"
            },
            {
              "line" => 2036,
              "raw" => "    cleaning up before it builds properly, I would guess.\n\n",
              "style" => "",
              "text" => "cleaning up before it builds properly, I would guess."
            }
          ],
          "line" => 2031,
          "raw" => "Malcolm Beattie <mbeattie\@sable.ox.ac.uk>  1998-02-20 16:42:13\n\n",
          "style" => "",
          "text" => "Malcolm Beattie <mbeattie\@sable.ox.ac.uk>  1998-02-20 16:42:13"
        },
        {
          "entries" => [
            {



( run in 0.619 second using v1.01-cache-2.11-cpan-748bfb374f4 )