Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/p5-anyevent-impl-wx
https://github.com/gfx/p5-anyevent-impl-wx
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfx/p5-anyevent-impl-wx
- Owner: gfx
- Created: 2011-11-27T07:33:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-27T07:33:37.000Z (almost 13 years ago)
- Last Synced: 2024-04-17T21:13:18.429Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module AnyEvent::Impl::Wx.
INSTALLATION
Type the following command:
$ curl -L http://cpanmin.us | perl - AnyEvent::Impl::Wx
Or install cpanm and then run the following command to install
AnyEvent::Impl::Wx:$ cpanm AnyEvent::Impl::Wx
If you get an archive of this distribution, unpack it and build it
as per the usual:$ tar xzf AnyEvent-Impl-Wx-$version.tar.gz
$ cd AnyEvent-Impl-Wx-$version
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
AnyEvent::Impl::Wx documentation is available as in POD. So you can do:
$ perldoc AnyEvent::Impl::Wx
to read the documentation online with your favorite pager.
LICENSE AND COPYRIGHT
Copyright (c) 2011, <>. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.