diff options
Diffstat (limited to 'grpmi/curl_download/curl_download.pm')
-rw-r--r-- | grpmi/curl_download/curl_download.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/grpmi/curl_download/curl_download.pm b/grpmi/curl_download/curl_download.pm new file mode 100644 index 00000000..329a05c2 --- /dev/null +++ b/grpmi/curl_download/curl_download.pm @@ -0,0 +1,14 @@ +package curl_download; + +use strict; +use vars qw($VERSION @ISA); + +require DynaLoader; + +@ISA = qw(DynaLoader); +$VERSION = '1.0'; + +bootstrap curl_download $VERSION; + +1; + |