diff --git a/README.md b/README.md index 869d98f..8ce3e7c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,26 @@ PM Simple password manager writed in perl. +== INSTALL == + +=== Perl modules === + + cpan install Module::Name. + +Not recommended. Please use you package manager. + +* DBD::sqlite +* Clipboard + +On Fedora: + + yum/dnf install perl-Class-DBI-SQLite perl-Clipboard + +On Debian-based systems: + + I'm don't have it now. + + TODO ==== diff --git a/pm.pl b/pm.pl index 91a948b..5d12b36 100755 --- a/pm.pl +++ b/pm.pl @@ -58,14 +58,14 @@ sub init() { usage if $opt_h; } -# Parse cmd line -init(); - my $pass = Password->new(); # Don't use it's before GPG and Database # $pass->check_config() == 0 or die "$!\n"; +# Parse cmd line +init(); + my $copy = ClipPass->new(); # Command line arguments switch