summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2011-07-03Raps2.pm documentation: Note that the API isn't entirely stableDaniel Friesel-1/+1
2011-07-03Update ChangelogDaniel Friesel-0/+6
2011-06-12Raps2.pm: Minor documentation structure changeDaniel Friesel-17/+41
2011-06-11Raps2.pm: pw_add / pw_get: Accept either filename or account nameDaniel Friesel-0/+17
2011-06-08App/Raps2: Run sanity_check and load_config in newDaniel Friesel-8/+14
2011-06-07Raps2/Password: Accept salt for encrypt/decrypt, makes Raps2.pm less messyDaniel Friesel-22/+25
2011-06-02raps2: Print error message when called with an invalid actionDaniel Friesel-0/+1
2011-06-02App/Raps2.pm: Add pw_add / pw_get methodsDaniel Friesel-22/+56
2011-06-02Remove Pod::Coverage tests, Devel::Cover works better for meDaniel Friesel-13/+0
2011-05-23Specify Test::Pod::Coverage version, tidy App::Raps2::UIDaniel Friesel-3/+3
2011-05-21Add Pod::Coverage testDaniel Friesel-0/+13
2011-05-20App/Raps2: make_path takes multiple argumentsDaniel Friesel-2/+1
2011-05-20Syntax cleanupDaniel Friesel-427/+455
2011-05-20Mock Term::ReadLine so the App::Raps2 test runs fine without a ttyDaniel Friesel-3/+13
2011-05-18Release v0.30.3Daniel Friesel-13/+16
2011-05-18App/Raps2/Password: salt: Always returnDaniel Friesel-7/+7
2011-05-18raps2 list: Sort by account nameDaniel Friesel-1/+3
2011-05-18App::Raps2::UI documentationDaniel Friesel-0/+94
2011-05-18App::Raps2::Password documentationDaniel Friesel-0/+110
2011-05-18App/raps2: 'or die' is not needed, write_file has internal error handlingDaniel Friesel-6/+3
2011-05-18Do not use autodieDaniel Friesel-8/+7
2011-05-17App::Raps2::Password: Simplify conditionalsDaniel Friesel-2/+2
2011-05-17Move create_salt to App::Raps2::Password, make $pw->salt() return current saltDaniel Friesel-51/+34
2011-05-17Add "raps2 edit"Daniel Friesel-14/+76
2011-05-16Use Term::ReadLine instead of builtin readlineDaniel Friesel-11/+18
2011-05-16Add "raps2 del"Daniel Friesel-0/+23
2011-05-13Add raps2 list to documentationDaniel Friesel-0/+4
2011-05-13Build.PL: sign buildsDaniel Friesel-0/+1
2011-05-13Release v0.20.2Daniel Friesel-8/+9
2011-05-13sed -r "s/\{'([^']+)'}/\{\1}/g"Daniel Friesel-51/+51
2011-05-13lib: We don't export anything, so do not use ExporterDaniel Friesel-6/+0
2011-05-13Update changelog + slight documentation syntax improvementDaniel Friesel-6/+7
2011-05-13App::Raps2: Make create_salt and file_to_hash oop-ish as wellDaniel Friesel-59/+71
2011-05-13Add raps2 listDaniel Friesel-1/+32
2011-05-13Build.PL: Specify required File::Path version (earlier ones miss make_path)Daniel Friesel-1/+1
2011-05-11Update gitigonre, remove autogenerated MANIFESTDaniel Friesel-62/+6
2011-05-06Fix XDG_{CONFIG,DATA}_HOME handling bug (use File::BaseDir for it). thx mxeyDaniel Friesel-3/+12
2011-05-06Release v0.10.1Daniel Friesel-1/+10
2011-05-06Documentation/Version fixesDaniel Friesel-1/+10
2011-05-06Change distribution name to App-Raps2Daniel Friesel-1/+1
2011-05-06Some documentation workDaniel Friesel-0/+114
2011-04-17App::Raps2::UI::output: Values may be undefined, avoid warningsDaniel Friesel-1/+2
2011-04-10Add raps2 get (to clipboard)Daniel Friesel-10/+36
2011-04-04Test::Exception -> Test::FatalDaniel Friesel-28/+30
2011-04-04Forgot to add t/in/hash (needed for App::Raps2 test)Daniel Friesel-0/+2
2011-04-04Slightly extend App::Raps2 testDaniel Friesel-1/+10
2011-04-03t/20-app-raps2-password.t: Tests for ->salt()Daniel Friesel-2/+52
2011-04-03t/20-app-raps2-password.t: Better Test::Exception syntaxDaniel Friesel-16/+48
2011-04-03Use confess instead of return undef, Test::Exception for App::Raps2::Password...Daniel Friesel-31/+29
2011-04-02Switch to App::Raps2. Still missing documentation, errorchecking and testsDaniel Friesel-318/+461