Skip to content

Commit

Permalink
Release v0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
sharyanto committed Jun 18, 2014
1 parent 27c2c17 commit 1bcfb52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perinci-Access-Perl

0.68 2014-06-18 (SHARYANTO)

- Add action: complete_arg_elem (Riap 1.1.23).


0.67 2014-05-17 (SHARYANTO)

- No functional changes.
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
@@ -1,4 +1,4 @@
version=0.67
version=0.68

name=Perinci-Access-Perl
author=Steven Haryanto <stevenharyanto@gmail.com>
Expand All @@ -19,7 +19,7 @@ Test::More=0.98
;!lint-prereqs assume-used # spec
Rinci=1.1.46
;!lint-prereqs assume-used # spec
Riap=1.1.20
Riap=1.1.23

perl=5.010001
experimental=0
Expand Down
7 changes: 4 additions & 3 deletions t/schemeless.t
Expand Up @@ -539,9 +539,10 @@ subtest "action: actions" => sub {
name => 'actions on function',
req => [actions => "/Perinci/Examples/gen_array"],
status => 200,
result => [qw/actions begin_tx call commit_tx complete_arg_val
discard_all_txs discard_tx info list_txs meta redo
release_tx_savepoint rollback_tx savepoint_tx undo/],
result => [qw/actions begin_tx call commit_tx complete_arg_elem
complete_arg_val discard_all_txs discard_tx info list_txs
meta redo release_tx_savepoint rollback_tx savepoint_tx
undo/],
);
test_request(
name => 'actions on variable',
Expand Down

0 comments on commit 1bcfb52

Please sign in to comment.