Dist-Zilla-Stash-OnePasswordLogin

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "get login credentials from 1Password",
   "author" : [
      "Ricardo Signes <cpan@semiotic.systems>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.033, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'get login credentials from 1Password'
author:
  - 'Ricardo Signes <cpan@semiotic.systems>'
build_requires:
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  Test::More: '0.96'
  strict: '0'
  warnings: '0'
configure_requires:
  ExtUtils::MakeMaker: '6.78'

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033.
use strict;
use warnings;

use 5.012;

use ExtUtils::MakeMaker 6.78;

my %WriteMakefileArgs = (
  "ABSTRACT" => "get login credentials from 1Password",
  "AUTHOR" => "Ricardo Signes <cpan\@semiotic.systems>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.78"
  },
  "DISTNAME" => "Dist-Zilla-Stash-OnePasswordLogin",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.012",
  "NAME" => "Dist::Zilla::Stash::OnePasswordLogin",
  "PREREQ_PM" => {
    "Dist::Zilla::Pragmas" => 0,

README  view on Meta::CPAN

This archive contains the distribution Dist-Zilla-Stash-OnePasswordLogin,
version 0.002:

  get login credentials from 1Password

This software is copyright (c) 2024 by Ricardo Signes.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.


This README file was generated by Dist::Zilla::Plugin::Readme v6.033.

lib/Dist/Zilla/Stash/OnePasswordLogin.pm  view on Meta::CPAN

package Dist::Zilla::Stash::OnePasswordLogin 0.002;
# ABSTRACT: get login credentials from 1Password

#pod =head1 OVERVIEW
#pod
#pod This is a stash class, one of the less-often seen kinds of Dist::Zilla
#pod components.  It's expected that you'll use it for things that expect a "Login"
#pod stash credential, like the UploadToCPAN plugin.  Starting with Dist::Zilla
#pod v6.032, you can use any Login credential (not just a PAUSE-specific) one for
#pod the UploadToCPAN plugin.  You need to configure the stash in your home
#pod directory's dzil configuration, probably C<~/.dzil/config.ini>, like this:
#pod

lib/Dist/Zilla/Stash/OnePasswordLogin.pm  view on Meta::CPAN

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Dist::Zilla::Stash::OnePasswordLogin - get login credentials from 1Password

=head1 VERSION

version 0.002

=head1 OVERVIEW

This is a stash class, one of the less-often seen kinds of Dist::Zilla
components.  It's expected that you'll use it for things that expect a "Login"
stash credential, like the UploadToCPAN plugin.  Starting with Dist::Zilla



( run in 0.265 second using v1.01-cache-2.11-cpan-4d50c553e7e )