Backup-Duplicity-YADW

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    "File::Path" => 0,
    "Getopt::Long" => 0,
    "IPC::Run3" => 0,
    "Modern::Perl" => 0,
    "Moose" => 0,
    "PID::File" => 0,
    "Smart::Args" => 0,
    "String::Util" => 0,
    "Sys::Syslog" => 0,
    "constant" => 0,
    "namespace::autoclean" => 0,
    "vars" => 0,
    "warnings" => 0
  },
  "script_files" => [
    "bin/yadw"
  ],
  "share_dir" => {
    "dist" => "share"
  },
  "test_requires" => {

META.yml  view on Meta::CPAN

  File::Path: 0
  Getopt::Long: 0
  IPC::Run3: 0
  Modern::Perl: 0
  Moose: 0
  PID::File: 0
  Smart::Args: 0
  String::Util: 0
  Sys::Syslog: 0
  constant: 0
  namespace::autoclean: 0
  vars: 0
  warnings: 0
version: 0.12

lib/Backup/Duplicity/YADW.pm  view on Meta::CPAN

package Backup::Duplicity::YADW;
$Backup::Duplicity::YADW::VERSION = '0.12';
$Backup::Duplicity::YADW::VERSION = '0.11';
use Modern::Perl;
use Moose;
use namespace::autoclean;
use warnings FATAL => 'all';
use Smart::Args;
use Carp;
use Config::ApacheFormat;
use File::Basename;
use String::Util 'crunch', 'trim';
use IPC::Run3;
use File::Path;
use Data::Dumper;
use Sys::Syslog;

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

( run in 0.526 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )