Skip to content

sugyan/Acme-OneLiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acme-OneLiner version 0.0.3

[ REPLACE THIS...

  The README is used to introduce the module and provide instructions on
  how to install the module, any machine dependencies it may have (for
  example C compilers and installed libraries) and any other information
  that should be understood before the module is installed.

  A README file is required for CPAN modules since CPAN extracts the
  README file from a module distribution so that people browsing the
  archive can use it get an idea of the modules uses. It is usually a
  good idea to provide version information here so that people can
  decide whether fixes for the module are worth downloading.
]


INSTALLATION

To install this module, run the following commands:

	perl -MExtUtils::MakeMaker -Mwarnings -Mstrict=refs -e 'WriteMakefile(q/NAME/, q/Acme::OneLiner/, q/AUTHOR/, q/Yoshihiro Sugi <sugi1982@gmail.com>/, q/VERSION_FROM/, q/lib\/Acme\/OneLiner.pm/, q/ABSTRACT_FROM/, q/lib\/Acme\/OneLiner.pm/, q/PL_FILES/, {}, q/PREREQ_PM/, {q/Test::More/, 0, q/version/, 0, q/IO::CaptureOutput/, 0}, q/dist/, {q/COMPRESS/, q/gzip -9f/, q/SUFFIX/, q/gz/}, q/clean/, {q/FILES/, q/Acme-OneLiner-*/});'
	make
	make test
	make install

Alternatively, to install with Module::Build, you can use the following commands:

	perl -MModule::Build -Mwarnings -Mstrict=refs -e 'my $builder = q/Module::Build/->new(q/module_name/, q/Acme::OneLiner/, q/license/, q/perl/, q/dist_author/, q/Yoshihiro Sugi <sugi1982@gmail.com>/, q/dist_version_from/, q/lib\/Acme\/OneLiner.pm/, q/requires/, {q/Test::More/, 0, q/version/, 0, q/IO::CaptureOutput/, 0}, q/add_to_cleanup/, [q/Acme-OneLiner-*/]); $builder->create_build_script;'
	./Build
	./Build test
	./Build install


DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2009, Yoshihiro Sugi

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

About

ワンライナー生成モジュール

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages