summaryrefslogtreecommitdiff
path: root/lib/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated CPANPLUS to CPAN version 0.9130Chris 'BinGOs' Williams2012-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] Changes for 0.9130 Thu May 24 22:04:10 2012 ================================================ * Always re-fetch CHECKSUMS if fetchdir is set (Torsten Schoenfeld) Changes for 0.9129 Wed May 9 21:22:41 2012 ================================================ * Handle multiple makemakerargs and makeflags arguments better. * Use File::HomeDir for home directory location if it is available, thanks to kmx * Added PERL5_CPANPLUS_HOME for altering where the .cpanplus directory is located Changes for 0.9128 Sat Apr 28 21:27:06 2012 ================================================ * Fix the previous fix Changes for 0.9127 Sat Apr 28 20:34:44 2012 ================================================ * Silenced annoying warnings related to older perls and the progress indicators Changes for 0.9126 Sat Apr 28 00:49:43 2012 ================================================ * More speed enhancements to module indexing, thanks to Vincent Pit Changes for 0.9125 Wed Apr 25 14:28:34 2012 ================================================ * Speed enhancements to module indexing, thanks to Vincent Pit Changes for 0.9124 Fri Apr 6 19:24:55 2012 ================================================ * Save the history between invocations of the shell. Changes for 0.9123 Fri Mar 30 16:46:52 2012 ================================================ * Added support for adding blib/script to PATH Changes for 0.9122 Wed Mar 28 21:52:38 2012 ================================================ * Don't spawn a process to check whether perl version prereqs are satisfied
* remove Version-Requirements from core!Ricardo Signes2012-05-241-1/+0
| | | | | | | | It has been replaced by CPAN::Meta::Requirements, which is just the same code, renamed. It was renamed (and now removed) to avoid conflicts on case-sensitive filesystems between version::Internals and Version::Requirements.
* ignore new build result from splitting docs for Module::CoreListTony Cook2012-03-171-0/+1
|
* Move Pod::Functions from lib/ to ext/Nicholas Clark2012-02-181-0/+1
|
* Move typemap documentation to its own fileSteffen Mueller2012-02-011-0/+1
| | | | | | | | | | Sadly, the POD in Typemap.xs was not easily extractable into a POD file at build time, so it now lives in a separate POD file from the start. Makes keeping documentation and testing efforts in sync marginally harder, but it's probably the right trade-off. What's left to do is finding the right places in other POD files to refer to this old/new documentation.
* Moving :mmap out of core binary into a moduleLeon Timmermans2012-01-301-0/+1
|
* ignore some newer build generated filesTony Cook2011-11-121-0/+2
|
* ignore extra build product from ext/arybase/Tony Cook2011-10-241-0/+1
|
* Dual-life perlglossary.pod as part of perlfaqFlorian Ragwitz2011-09-261-0/+1
|
* move Carp to ext/Carp, preparing for dual-lifingZefram2011-09-041-0/+2
|
* Dual-life Search::DictFlorian Ragwitz2011-07-171-0/+1
|
* Dual-life Term::CompleteFlorian Ragwitz2011-07-131-5/+1
|
* Move perlxs{,tut}.pod into the ExtUtils-ParseXS distFlorian Ragwitz2011-07-121-0/+2
|
* Add a trailing 's' to the name of EU::TypemapSteffen Mueller2011-07-121-0/+2
| | | | | This is to prevent collisions on case-insensitive file systems with lib/typemap.
* Ignore new ExtUtils::ParseXS files in libSteffen Mueller2011-07-121-0/+2
|
* Dual-life perlfaqFlorian Ragwitz2011-07-081-0/+1
|
* Move perldoc.pod to the dist it belongs toFlorian Ragwitz2011-07-071-0/+1
|
* Dual-life Term::ReadLineFlorian Ragwitz2011-07-071-0/+1
|
* Dual-life Text::AbbrevFlorian Ragwitz2011-07-021-0/+1
|
* Add CPAN::Meta as a dual-life moduleDavid Golden2011-02-151-0/+2
| | | | | | | | | | | | | | CPAN::Meta version 2.110440 has been added as a dual-life module. It provides a standard library to read, interpret and write CPAN distribution metadata files (e.g. META.json and META.yml) which describes a distribution, its contents, and the requirements for building it and installing it. The latest CPAN distribution metadata specification is included as CPAN::Meta::Spec and notes on changes in the specification over time are given in CPAN::Meta::History. CPAN::Meta is required for CPAN.pm and CPANPLUS to read META.json and MYMETA.json files and is required by Module::Build and ExtUtils::MakeMaker to generate META.json and MYMETA.json files
* ignore the new lib/buildcustomize.pl build deritusTony Cook2011-02-161-0/+1
|
* Add Version::Requirements as a dual-life moduleDavid Golden2011-02-111-0/+1
| | | | | | | | | Version::Requirements version 0.101020 has been added as a dual-life module. It provides a standard library to model and manipulates module prerequisites and version constraints as defined in the CPAN::Meta::Spec. It is a prerequisite for CPAN::Meta, which will be used by the Perl CPAN Toolchain to standardize interactions with META and MYMETA files.
* Add HTTP::Tiny as a dual-life core moduleDavid Golden2011-01-161-0/+1
| | | | | | | | HTTP::Tiny 0.008 has been added as a dual-life module. It is a very small, simple HTTP/1.1 client designed for simple GET requests and file mirroring. It has has been added to enable CPAN.pm and CPANPLUS to "bootstrap" HTTP access to CPAN using pure Perl without relying on external binaries like F<curl> or F<wget>.
* Add Module::Metadata as a dual-life core moduleDavid Golden2011-01-061-0/+1
| | | | | | | | This commit adds Module::Metadata 1.000002 as a dual-life module. It gathers package and POD information from Perl module files. It is a standalone module based on Module::Build::ModuleInfo for use by other module installation toolchain components. Module::Build::ModuleInfo has been deprecated in favor of this module instead.
* Add Perl::OSType as a dual-life core moduleDavid Golden2011-01-051-0/+1
| | | | | | | | | | | This commit adds Perl::OSType 1.002 as a dual-life module. It maps Perl operating system names (e.g. 'dragonfly' or 'MSWin32') to more generic types with standardized names (e.g. "Unix" or "Windows"). It has been refactored out of Module::Build and ExtUtils::CBuilder and consolidates such mappings into a single location for easier maintenance. c.f. http://www.nntp.perl.org/group/perl.perl5.porters/2010/05/msg160280.html
* Add JSON::PP to the Perl coreDavid Golden2011-01-021-0/+2
| | | | | Per discussions with Jesse Vincent, JSON::PP has been added to the Perl core to support the new CPAN meta file specification
* Dual-life DumpvalueFlorian Ragwitz2010-12-151-0/+1
|
* Dual-life File::CheckTreeFlorian Ragwitz2010-12-111-0/+1
|
* Dual-life EnvFlorian Ragwitz2010-12-101-0/+1
|
* Dual-life I18N::CollateFlorian Ragwitz2010-12-101-0/+1
|
* Update .gitignore for the Tie::Hash::NamedCapture moveFlorian Ragwitz2010-10-141-0/+1
|
* Pod/Html.pm is now in ext/Pod-HtmlFlorian Ragwitz2010-10-101-0/+1
|
* Upgrade EUMM from version 6.57_01 to 6.57_05Florian Ragwitz2010-09-111-0/+1
|
* Ignore Devel/DProf test files in the git repositoryRafael Garcia-Suarez2010-04-131-0/+1
|
* wrap uniprops.t; makefile changes for mktablesKarl Williamson2009-11-251-0/+1
| | | | Message-ID: <4B0C4744.7080401@khwilliamson.com>
* mktables not run unless neededKarl Williamson2009-11-241-2/+0
|
* Add also mktables.lst to gitignore, since it's generatedRafael Garcia-Suarez2009-11-221-0/+1
|
* Add new generated file lib/unicore/Heavy.pl to gitignoreRafael Garcia-Suarez2009-11-221-2/+1
| | | | Also remove from there files that are no longer generated by mktables.
* Ignore files installed by Parse::CPAN::MetaRafael Garcia-Suarez2009-10-141-1/+1
|
* gitignore additionsRafael Garcia-Suarez2009-09-271-0/+2
|
* Move Test::Simple from lib to ext.Nicholas Clark2009-09-131-0/+5
|
* add a couple of missing items to the lib/.gitignoreYves Orton2009-09-131-0/+2
| | | | we really need a better policy for this, having to hand exclude file by file is no fun.
* Move Moudle::Build from lib to ext.Nicholas Clark2009-09-131-0/+3
|
* Move Unicode::Collate from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move Time::Local from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move PerlIO::via::QuotedPrint from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move NEXT from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move if from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move Test from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Sort .gitignore (lexically).Nicholas Clark2009-09-131-68/+68
|