diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-04 10:51:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-04 10:51:22 +0000 |
commit | bb34d5d2d0d9d0ae1ffb3097d63e443e6042a144 (patch) | |
tree | a3b03daae07d009bf3206fd94f11727513ba2a57 | |
parent | 625db09bfa3798d0ab8df98287cdb63177f15b82 (diff) | |
download | perl-URPM-bb34d5d2d0d9d0ae1ffb3097d63e443e6042a144.tar perl-URPM-bb34d5d2d0d9d0ae1ffb3097d63e443e6042a144.tar.gz perl-URPM-bb34d5d2d0d9d0ae1ffb3097d63e443e6042a144.tar.bz2 perl-URPM-bb34d5d2d0d9d0ae1ffb3097d63e443e6042a144.tar.xz perl-URPM-bb34d5d2d0d9d0ae1ffb3097d63e443e6042a144.zip |
adjust doc to reality
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | URPM.pm | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +- slightly increase testsuite coverage +- update outdated doc + Version 4.13 - 23 August 2012 - add an alias to Pkg_files to only list doc files. This avoids pushing more @@ -471,10 +471,10 @@ Quite similar to C<traverse_tag>, but stops when $callback returns true. (also note that only one $name is handled) -=item $db->create_transaction($prefix) +=item $db->create_transaction() Creates and returns a new transaction (an C<URPM::Transaction> object) on the -specified DB. For $prefix, cf L<open>. +specified DB. =back |