Skip to content

Commit

Permalink
Remove Tesla::Vehicle call in SYNOPSIS
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Mar 23, 2022
1 parent d50f4f1 commit 7c0bdf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Revision history for Tesla-API

0.10 UNREL
-
- Remove erroneous call example from Tesla::Vehicle from the SYNOPSIS

0.09 2022-03-22
- In CI script, manually install File::ShareDir::Install, as it doesn't get
Expand Down
5 changes: 0 additions & 5 deletions lib/Tesla/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -594,11 +594,6 @@ Tesla::API - Interface to Tesla's API
api_params => {which_trunk => 'rear'}
);
if ($tesla->trunk_rear) {
# Trunk is open
put_stuff_in_trunk();
}
=head1 DESCRIPTION
This distribution provides access to the Tesla API.
Expand Down

0 comments on commit 7c0bdf5

Please sign in to comment.