root/lang/perl/Win32-IEHistory/branches/callback/t/30_cookies.t
@
617
| Revision 617, 303 bytes (checked in by charsbar, 6 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use Test::More; |
| 4 | |
| 5 | BEGIN { |
| 6 | plan skip_all => 'This test is valid only under Win32' if $^O ne 'MSWin32'; |
| 7 | } |
| 8 | |
| 9 | plan tests => 2; |
| 10 | use Win32::IEHistory::Cookies; |
| 11 | |
| 12 | ok -f Win32::IEHistory::Cookies->_file, Win32::IEHistory::Cookies->_file; |
| 13 | ok eval { Win32::IEHistory::Cookies->new }, $@; |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)