summaryrefslogtreecommitdiff
path: root/ext/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Since gitignores are advisory, we don't need the specific unignore patternsRafael Garcia-Suarez2009-09-171-102/+1
| | | | | So we can ignore all Makefile.PL and all *.c files, since the ones we want are already added.
* Revert "much simpler .gitignore for ext/"Rafael Garcia-Suarez2009-09-171-8/+108
| | | | | | | The negative patterns don't appear to un-ignore correctly what they should (at least with git version 1.6.0.4) This reverts commit 594c64d48c897be7522145d9f634599aae38b149.
* much simpler .gitignore for ext/Yves Orton2009-09-131-108/+8
| | | | | | | .gitignores are advisory, they affect the "Untracked files" list and the behaviour of git add $path, and nothing else. A tracked file is tracked, and explicitly adding a file overrules any .gitignore file, so we can make the ext/.gitignore quite restrictive, and assume that any changes will be done by something that will explicitly add the required files.
* Move Moudle::Build from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* 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
|
* Move Pod::Parser from lib (and t/pod) to ext.Nicholas Clark2009-09-131-0/+1
|
* Move Pod::LaTeX from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move Pod::Escapes from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move Pod::Perldoc from lib to ext.Nicholas Clark2009-09-131-0/+1
|
* Move Pod::Simple from lib to ext.Nicholas Clark2009-09-131-0/+1
| | | | | In the process, unpack the "packed" files. These were the last files uunecoded, so now uupacktool.pl is obsolete, and can be retired.
* Moved Class-ISA from lib/ to ext/Chris Williams2009-09-121-0/+1
|
* Moved parent from lib/ to ext/Chris Williams2009-09-121-0/+1
|
* Moved AutoLoader from lib/ to ext/Chris Williams2009-09-121-0/+1
|
* Move File-Path from lib/ to ext/Chris Williams2009-09-111-0/+1
|
* Moved Tie-RefHash from lib/ to ext/Chris Williams2009-09-111-0/+1
|
* Move File::Temp from lib/ to ext/Chris Williams2009-09-111-0/+1
|
* Moved Locale-Maketext from lib/ to ext/Chris Williams2009-09-111-0/+1
|
* Move Locale-Maketext-Simple from lib/ to ext/Chris Williams2009-09-111-0/+1
|
* Move encoding::warnings to ext/Rafael Garcia-Suarez2009-09-111-0/+1
|
* Moved Math-BigInt from lib/ to ext/Chris Williams2009-09-111-1/+2
|
* Moved Math-Complex from lib/ to ext/Chris Williams2009-09-111-0/+1
|
* Move Math-BigRat from lib/ to ext/Chris Williams2009-09-101-0/+1
|
* Moved bignum from lib/ to ext/Chris Williams2009-09-101-0/+1
|
* Add missing entries to .gitignore for EU::{CBuilder,ParseXS}Vincent Pit2009-09-101-0/+1
|
* Move ExtUtils::MakeMaker from lib to ext.Nicholas Clark2009-09-101-0/+1
| | | | | | | | | | t/lib/TieOut.pm is now from Test::Simple. Only the tests needed changing. The exceptions to BEGIN/PERL_CORE/INC boilerplate removal were two instances of "../.." becoming "../../../..", and changing an %INC test from "strict.pm" to "less.pm", as TestInit causes strict to be loaded via a relative path, when it loads File::Spec to convert all paths from relative to absolute.
* Move ExtUtils::ParseXS from lib to ext.Nicholas Clark2009-09-101-0/+1
|
* Move ExtUtils::Manifest from lib to ext.Nicholas Clark2009-09-101-0/+1
|
* Add entries for ExtUtils::Command to ext and lib's .gitignore files.Nicholas Clark2009-09-101-0/+1
| | | | | Accidentally omitted from ca2a24a91ea0f76bbbb7e7309638f99ade8d37e5, which moved ExtUtils::Command from lib to ext.
* Move ExtUtils::Install from lib to ext.Nicholas Clark2009-09-101-0/+1
|
* Move ExtUtils::Constant to from lib to ext.Nicholas Clark2009-09-101-0/+1
|
* Redo moving Text::ParseWords from lib to extNicholas Clark2009-09-101-0/+1
| | | | | | | | | | This reverts commit 3fcda861606b23c12f4356df2a20543dc1c1779b, but adds ext/Text-ParseWords to the list of directories that make_ext.pl should put into $ENV{PERL5LIB}. Conflicts: MANIFEST
* Redo move Text::Tabs/Text::Wrap from lib to ext.Nicholas Clark2009-09-091-0/+1
| | | | | | | | | | | This reverts commit a1095a4f24eae80e3fe213e9767581fedc24e3ac, which reverted commit 4f87fa576f174a31e6d8fdb08cae76e644395db0. Conflicts: MANIFEST ext/.gitignore lib/.gitignore
* Move constant from lib/ to ext/Nicholas Clark2009-09-091-0/+1
| | | | This is the first step in moving dual-life toolchain modules into ext.
* Move Memoize from lib/ to ext/Chris Williams2009-09-081-0/+1
|
* Move Digest from lib to extVincent Pit2009-09-071-0/+1
|
* Move Parse::CPAN::Meta from lib/ to ext/Chris Williams2009-09-071-0/+1
|
* Move CGI.pm from lib to extVincent Pit2009-09-071-0/+1
|
* Move autodie from lib to extVincent Pit2009-09-071-0/+1
|
* Move CPANPLUS::Dist::Build from lib/ to ext/Chris Williams2009-09-071-0/+1
|
* Move Archive::Extract from lib/ to ext/Chris Williams2009-09-061-0/+1
|
* Move IO::Zlib from lib/ to ext/Chris Williams2009-09-041-0/+1
|
* Move Params::Check from lib/ to ext/Chris Williams2009-09-041-0/+1
|
* Move Object::Accessor from lib/ to ext/Chris Williams2009-09-041-0/+1
|
* Moved Module::Load from lib/ to ext/Chris Williams2009-09-041-0/+1
|
* Move Module::Load::Conditional from lib/ to ext/Chris Williams2009-09-041-0/+1
|