SILENT KILLERPanel

Current Path: > > usr > local > share > perl5 > CPAN > Exception > >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //usr/local/share/perl5/CPAN/Exception//

NameTypeSizeLast ModifiedActions
RecursiveDependency.pm File 3886 bytes September 22 2018 19:39:13.
blocked_urllist.pm File 920 bytes March 28 2014 03:02:00.
yaml_not_installed.pm File 490 bytes March 28 2014 03:02:00.
yaml_process_error.pm File 1703 bytes March 28 2014 03:02:00.

Reading File: //usr/local/share/perl5/CPAN/Exception///yaml_not_installed.pm

# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*-
# vim: ts=4 sts=4 sw=4:
package CPAN::Exception::yaml_not_installed;
use strict;
use overload '""' => "as_string";

use vars qw(
            $VERSION
);
$VERSION = "5.5";


sub new {
    my($class,$module,$file,$during) = @_;
    bless { module => $module, file => $file, during => $during }, $class;
}

sub as_string {
    my($self) = shift;
    "'$self->{module}' not installed, cannot $self->{during} '$self->{file}'\n";
}

1;

SILENT KILLER Tool