API-GitForge

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Exporter" : "0",
            "File::Spec::Functions" : "0",
            "File::Temp" : "0",
            "Getopt::Long" : "0",
            "Git::Wrapper" : "0",
            "GitLab::API::v4" : "0",
            "Net::GitHub" : "0",
            "Role::Tiny" : "0",
            "Role::Tiny::With" : "0",
            "Term::UI" : "0",
            "Try::Tiny" : "0",
            "perl" : "5.028",
            "strict" : "0",
            "subs" : "0",
            "warnings" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {

META.yml  view on Meta::CPAN

  Exporter: '0'
  File::Spec::Functions: '0'
  File::Temp: '0'
  Getopt::Long: '0'
  Git::Wrapper: '0'
  GitLab::API::v4: '0'
  Net::GitHub: '0'
  Role::Tiny: '0'
  Role::Tiny::With: '0'
  Term::UI: '0'
  Try::Tiny: '0'
  perl: '5.028'
  strict: '0'
  subs: '0'
  warnings: '0'
resources:
  repository: https://git.spwhitton.name/p5-API-GitForge
version: '0.007'
x_generated_by_perl: v5.32.1
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: GPL-3.0-only

Makefile.PL  view on Meta::CPAN

    "Exporter" => 0,
    "File::Spec::Functions" => 0,
    "File::Temp" => 0,
    "Getopt::Long" => 0,
    "Git::Wrapper" => 0,
    "GitLab::API::v4" => 0,
    "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"
  }
);

lib/App/git/clean_forge_repo.pm  view on Meta::CPAN

use 5.028;
use strict;
use warnings;

use subs 'main';
use Cwd;
use Term::UI;
use Getopt::Long;
use Git::Wrapper;
use API::GitForge qw(new_from_domain forge_access_token remote_forge_info);
use Try::Tiny;

my $exit_main = 0;

CORE::exit main unless caller;


sub main {
    shift if $_[0] and ref $_[0] eq "";
    local @ARGV = @{ $_[0] } if $_[0] and ref $_[0] ne "";

lib/App/git/nuke_forge_fork.pm  view on Meta::CPAN

# along with this program.  If not, see <http://www.gnu.org/licenses/>.
$App::git::nuke_forge_fork::VERSION = '0.007';
use 5.028;
use strict;
use warnings;

use subs 'main';
use Getopt::Long;
use Git::Wrapper;
use API::GitForge qw(new_from_domain forge_access_token remote_forge_info);
use Try::Tiny;
use Cwd;
use Term::UI;

my $exit_main = 0;

CORE::exit main unless caller;


sub main {
    shift if $_[0] and ref $_[0] eq "";

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.492 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-c30982ac1bc3 )