Replace Class::Accessor::Fast with Object::Tiny
[authen-passphrase-scrypt.git] / Makefile.PL
index 8d4c0e4525fd84984189a5451f9c553d033c722c..2a1fa638094fd49b81107701fa4b96b73e437754 100644 (file)
@@ -30,8 +30,8 @@ WriteMakefile(
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
-               qw/Authen::Passphrase       0
-                  Class::Accessor::Fast    0
+               qw/Authen::Passphrase        0
+                  Object::Tiny              0
                   Data::Entropy::Algorithms 0/,
        },
        INC               => '-I. -Iscrypt-1.2.1',
This page took 0.009404 seconds and 4 git commands to generate.