Skip to content

Commit

Permalink
Use Markdown for README which looks better on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 8, 2011
1 parent dd1b0e4 commit 6e4f4fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ META.yml # Will be created by "make dist"
perlcdio_wrap.c perlcdio_wrap.c
perliso9660_wrap.c perliso9660_wrap.c
perlmmc_wrap.c perlmmc_wrap.c
README README.md
swig/audio.swg swig/audio.swg
swig/device.swg swig/device.swg
swig/device_const.swg swig/device_const.swg
Expand Down
12 changes: 10 additions & 2 deletions README → README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,7 @@
This add Perl bindings for the GNU CD Input and Control library Device::Cdio - Perl bindings for libcdio (CD Input and Control library)
============================================================================

This adds Perl bindings for the GNU CD Input and Control library
(libcdio) and it's ISO 9660 library (libiso9660) which are written in (libcdio) and it's ISO 9660 library (libiso9660) which are written in
C. The library encapsulates CD-ROM reading and control and ISO 9660 C. The library encapsulates CD-ROM reading and control and ISO 9660
handling. Perl programs wishing to be oblivious of the OS- and handling. Perl programs wishing to be oblivious of the OS- and
Expand Down Expand Up @@ -50,6 +53,7 @@ programs in the example directory.




INSTALLATION INSTALLATION
------------


To install this module, run the following commands: To install this module, run the following commands:


Expand All @@ -68,11 +72,15 @@ For compatibility, the older idiom is tolerated:




DEPENDENCIES DEPENDENCIES
------------


libcdio * libcdio
* C compiler
* SWIG (optional)




COPYRIGHT AND LICENSE COPYRIGHT AND LICENSE
---------------------


Copyright (C) 2006, 2008, 2011 Rocky Bernstein <rocky@cpan.org> Copyright (C) 2006, 2008, 2011 Rocky Bernstein <rocky@cpan.org>


Expand Down

0 comments on commit 6e4f4fb

Please sign in to comment.