Readme update

This commit is contained in:
Drisch 2014-05-05 22:37:59 +04:00
parent 77ff0e98f1
commit a2d3c362f5
2 changed files with 23 additions and 3 deletions

View File

@ -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
====

6
pm.pl
View File

@ -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