Skip to content

Commit

Permalink
specify main module
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Jun 17, 2024
1 parent 30e5c7e commit e86fef1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Net-Swirl-CurlVersion-*
Web-LibCURL-Version-*
/.build/
*.swp

Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Web::LibCURL::FFI ![static](https://github.com/uperl/Web-LibCurl-Version/workflows/static/badge.svg) ![linux](https://github.com/uperl/Web-LibCurl-Version/workflows/linux/badge.svg)
# Web::LibCURL::Version::CurlSslBackend ![static](https://github.com/uperl/Web-LibCurl-Version/workflows/static/badge.svg) ![linux](https://github.com/uperl/Web-LibCurl-Version/workflows/linux/badge.svg)

Private class for Web::LibCURL
Get version information about curl

# SYNOPSIS
# METHODS

```
$ perldoc Web::LibCURL
```
## get\_ssl\_backends

# DESCRIPTION
```perl
my @backends = Web::LibCURL::Version->get_ssl_backends;
```

There is nothing to see here. Please see the main documentation page at
[Web::LibCURL](https://metacpan.org/pod/Web::LibCURL).
Get the list of SSL backends (as strings).

# AUTHOR

Expand Down
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2022
version = 0.01
main_module = lib/Web/LibCURL/Version.pm

[@Author::Plicease]
:version = 2.72
Expand Down

0 comments on commit e86fef1

Please sign in to comment.