diff options
-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 |