lib/i3test.pm: reformat exports list

This commit is contained in:
Michael Stapelberg 2011-09-22 22:11:11 +01:00
parent 1481cd95c9
commit 3167e9ad2d
1 changed files with 19 additions and 1 deletions

View File

@ -18,7 +18,25 @@ use Proc::Background;
use v5.10; use v5.10;
use Exporter (); use Exporter ();
our @EXPORT = qw(get_workspace_names get_unused_workspace fresh_workspace get_ws_content get_ws get_focused open_empty_con open_standard_window get_dock_clients cmd does_i3_live exit_gracefully workspace_exists focused_ws get_socket_path launch_with_config); our @EXPORT = qw(
get_workspace_names
get_unused_workspace
fresh_workspace
get_ws_content
get_ws
get_focused
open_empty_con
open_standard_window
get_dock_clients
cmd
sync_with_i3
does_i3_live
exit_gracefully
workspace_exists
focused_ws
get_socket_path
launch_with_config
);
my $tester = Test::Builder->new(); my $tester = Test::Builder->new();
my $_cached_socket_path = undef; my $_cached_socket_path = undef;