Revision history for Net-Async-Tangence
0.09 CHANGES:
* Renamed ssh:// URL scheme to sshexec://
* Added sshunix:// URL scheme that allows directly connecting to a
UNIX socket on the server
0.08 CHANGES:
* Renamed Net::Async::Tangence::Client->connect to ->connect_url so
it doesn't collide with IO::Async::Protocol's method
* More unit testing
0.07 CHANGES:
* Updated for Tangence 0.07; no longer declares isa Tangence::Object
in over-the-wire introspection
0.06 CHANGES:
* Updated for Tangence 0.06; provide tanfiles instead of in-source
package vars for metadata
* Use Test::Fatal instead of Test::Exception
0.05 CHANGES:
* Split modules out from base Tangence distribution