Incorrect search filter: invalid characters - *.p[ml]
API-GitForge

 view release on metacpan or  search on metacpan

COPYING  view on Meta::CPAN

above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

Changes  view on Meta::CPAN

      branch.

0.003     2020-03-10 09:21:28-07:00 America/Phoenix
    - API::GitForge::GitLab::_ensure_repo(): avoid an unnecessary API
      call.
    - API::GitForge::Role::GitForge::clean_repo(): try to unprotect
      fork branches before deleting them, if GitForge API library
      supports doing this.
    - API::GitForge::Role::GitForge::clean_repo(): push the gitforge
      branch using Git::Wrapper again.
      During early testing, this seemed to hang after pushing to
      GitLab installations, but it seems to work well now.

0.002     2020-03-09 12:17:47-07:00 America/Phoenix
    - Implement API::GitForge::GitLab::_ensure_repo().
    - Add git repo metadata to dist.ini.
    - Don't disable merge requests in GitLab clean forks.
      Otherwise we can't submit merge requests upstream.
    - Code cleanup.

0.001     2020-02-16 16:20:35-07:00 America/Phoenix

Makefile.PL  view on Meta::CPAN

    "Net::GitHub" => 0,
    "Role::Tiny" => 0,
    "Role::Tiny::With" => 0,
    "Term::UI" => 0,
    "Try::Tiny" => 0,
    "strict" => 0,
    "subs" => 0,
    "warnings" => 0
  },
  "VERSION" => "0.007",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Cwd" => 0,
  "Exporter" => 0,
  "File::Spec::Functions" => 0,

README  view on Meta::CPAN

                        features disabled

git-nuke-forge-fork -- delete forks created by git-clean-forge-fork(1)

INSTALLATION

To install this module, run the following commands:

    % perl Makefile.PL
    % make
    % make test
    % make install

If you don't see Makefile.PL, it can be generated from dist.ini using
Dist::Zilla's 'dzil' program.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module and its
scripts with the perldoc & man commands.

t/author-pod-coverage.t  view on Meta::CPAN

#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.

use Test::Pod::Coverage 1.08;
use Pod::Coverage::TrustPod;

all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });

t/author-pod-syntax.t  view on Meta::CPAN

#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
use strict; use warnings;
use Test::More;
use Test::Pod 1.41;

all_pod_files_ok();



( run in 0.376 second using v1.01-cache-2.11-cpan-87723dcf8b7 )