forked from kazuho/cppref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add lib/App/Cppref.pm so that cppref can be installed using CPAN.pm
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package App::Cppref; | ||
|
||
1; | ||
__END__ | ||
=head1 NAME | ||
App::Cppref - man-style access to cppreference.com documents (using w3m) | ||
=head1 DESCRIPTION | ||
This is a dummy module so that cppref can be installed using cpan, like: | ||
# cpan -i App::Cppref | ||
Please refere to L<cppref> for how to use the application. | ||
=head1 AUTHOR | ||
Kazuho Oku | ||
=head1 LICENSE | ||
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. | ||
See http://www.perl.com/perl/misc/Artistic.html | ||
The documents are from http://www.cppreference.com/ (under Creative Commons Attribution 3.0 license). | ||
=cut |