summaryrefslogtreecommitdiffstats
path: root/perl/t/006-pod-coverage.t
Commit message (Collapse)AuthorAgeFilesLines
* lib: Remove the BUSY state.Richard W.M. Jones2012-04-261-3/+6
| | | | | | | | | | | | | | | Originally this state was intended so that in some way you could find out if the appliance was running a command. However there was never a thread-safe way to access the state of the handle, so in effect you could never do anything useful safely with this information. This commit completely removes the BUSY state. The only visible change is to the guestfs_is_busy API. Previously you could never call this safely from another thread. If you called it from the same thread it would always return false (since the current thread can't be running a libguestfs command at that point by definition). Now it always returns false.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* perl: Ignore internal_* functions in POD coverage test.Richard W.M. Jones2011-01-291-1/+2
| | | | This updates commit 1d999540bddd7aea7c2d0fef8b15223d4acc645f.
* perl: Ignore debug functions in Test::Pod::Coverage.Richard W.M. Jones2010-11-111-1/+4
|
* Add the test0* functions, used to test language bindings.Richard W.M. Jones2009-05-281-1/+1
|
* Fixed Perl bindings, they now work properly.Richard Jones2009-04-081-0/+24