Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Moose /
Delete
Unzip
Name
Size
Permission
Date
Action
Cookbook
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Exception
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Manual
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Meta
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Spec
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Util
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Conflicts.pm
3.58
KB
-rw-rw-rw-
2020-12-19 02:06
Cookbook.pod
7.34
KB
-rw-rw-rw-
2020-12-19 02:06
Deprecated.pm
1.56
KB
-rw-rw-rw-
2020-12-19 02:06
Exception.pm
4.37
KB
-rw-rw-rw-
2020-12-19 02:06
Exporter.pm
29.35
KB
-rw-rw-rw-
2020-12-19 02:06
Intro.pod
1.09
KB
-rw-rw-rw-
2020-12-19 02:06
Manual.pod
8.38
KB
-rw-rw-rw-
2020-12-19 02:06
Object.pm
6.38
KB
-rw-rw-rw-
2020-12-19 02:06
Role.pm
9.68
KB
-rw-rw-rw-
2020-12-19 02:06
Unsweetened.pod
1.13
KB
-rw-rw-rw-
2020-12-19 02:06
Util.pm
19.7
KB
-rw-rw-rw-
2020-12-19 02:06
Save
Rename
package Moose::Deprecated; our $VERSION = '2.2014'; use strict; use warnings; use Package::DeprecationManager 0.07 -deprecations => { 'non-arrayref form of enum' => '2.1100', 'non-arrayref form of duck_type' => '2.1100', }, -ignore => [qr/^(?:Class::MOP|Moose)(?:::)?/], ; 1; # ABSTRACT: Manages deprecation warnings for Moose __END__ =pod =encoding UTF-8 =head1 NAME Moose::Deprecated - Manages deprecation warnings for Moose =head1 VERSION version 2.2014 =head1 DESCRIPTION use Moose::Deprecated -api_version => $version; =head1 FUNCTIONS This module manages deprecation warnings for features that have been deprecated in Moose. If you specify C<< -api_version => $version >>, you can use deprecated features without warnings. Note that this special treatment is limited to the package that loads C<Moose::Deprecated>. =head1 AUTHORS =over 4 =item * Stevan Little <stevan@cpan.org> =item * Dave Rolsky <autarch@urth.org> =item * Jesse Luehrs <doy@cpan.org> =item * Shawn M Moore <sartak@cpan.org> =item * יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org> =item * Karen Etheridge <ether@cpan.org> =item * Florian Ragwitz <rafl@debian.org> =item * Hans Dieter Pearcey <hdp@cpan.org> =item * Chris Prather <chris@prather.org> =item * Matt S Trout <mstrout@cpan.org> =back =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2006 by Infinity Interactive, Inc. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut