diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-13 14:01:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-13 14:01:38 +0200 |
commit | 97beb3e0db45550784dced0abfbe38f0eb65571c (patch) | |
tree | eb84fe70e317fd2ea57b98bff3fe2dcea5fb6ec3 /lib | |
parent | 2dce451112537026d805e748f86bb7fbaa554c93 (diff) |
Release v0.20.2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/Raps2.pm | 4 | ||||
-rw-r--r-- | lib/App/Raps2/Password.pm | 2 | ||||
-rw-r--r-- | lib/App/Raps2/UI.pm | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/lib/App/Raps2.pm b/lib/App/Raps2.pm index 4356fd5..50d7005 100644 --- a/lib/App/Raps2.pm +++ b/lib/App/Raps2.pm @@ -39,7 +39,7 @@ use File::BaseDir qw(config_home data_home); use File::Path qw(make_path); use File::Slurp qw(read_dir slurp write_file); -our $VERSION = '0.1'; +our $VERSION = '0.2'; =head1 METHODS @@ -346,6 +346,8 @@ sub cmd_list { } } +=back + =head1 DEPENDENCIES L<App::Raps2::Password>, L<App::Raps2::UI>, L<File::BaseDir>, L<File::Slurp>. diff --git a/lib/App/Raps2/Password.pm b/lib/App/Raps2/Password.pm index 189614b..10431ed 100644 --- a/lib/App/Raps2/Password.pm +++ b/lib/App/Raps2/Password.pm @@ -10,7 +10,7 @@ use Crypt::CBC; use Crypt::Eksblowfish; use Crypt::Eksblowfish::Bcrypt qw(bcrypt_hash en_base64 de_base64); -our $VERSION = '0.1'; +our $VERSION = '0.2'; sub new { my ($obj, %conf) = @_; diff --git a/lib/App/Raps2/UI.pm b/lib/App/Raps2/UI.pm index 67d6790..5192c43 100644 --- a/lib/App/Raps2/UI.pm +++ b/lib/App/Raps2/UI.pm @@ -8,7 +8,7 @@ use 5.010; use Carp qw(confess); use POSIX; -our $VERSION = '0.1'; +our $VERSION = '0.2'; sub new { my ($obj) = @_; |