[libmodule-install-perl] branch master updated (e02f25f -> 882e88d)

gregor herrmann gregoa at debian.org
Sat Sep 20 20:19:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmodule-install-perl.

      from  e02f25f   update changelog
       new  f007b85   Add debian/upstream/metadata
       new  4b57322   Update debian/changelog
      adds  dbff04f   Importing Module::Install from it's standalone repository
      adds  7d34f74   Adding some small improvements and moving to 0.65_01
      adds  a516e10   Merging Audrey's changes, changing to 0.65
      adds  8c2a308   Changes to the newer names
      adds  e2a9628   Tweak
      adds  df9cc49   Adding configure_requires, test_requires and install_requires
      adds  e7cff84   Adding some smaller changes and incrementing version to 0.66_01
      adds  1f106c4   Adding tests_recursive
      adds  e8e937b   Instead of every file, add all directories containing tests
      adds  a2aea8b   Incrementing version
      adds  85c916f   Adding the recursive test
      adds  a8e4d72   Actually addin the recursive test
      adds  387fdd6   Detect proprietary license. Add All Rights Reserved warning.
      adds  33c5f58   Incrementing Module::Install version for release
      adds  12bcab1   Preparing for release
      adds  3dc0e76   Removing "All rights reserved"
      adds  0a76830   Correcting email address
      adds  f909b13   author should be a sequence
      adds  f16f833   update version, changelog
      adds  e5e038e   Various additions, patches and cleanups
      adds  6e0fac3   Removing "All rights reserved"
      adds  518011e   Refactoring Module::Install::Admin::Metadata. Adding share to the list of directories that are automatically no_index'ed
      adds  bd07e0e   license_from correctly marks "GNU lesser public license" as lgpl, not gpl [rt.cpan.org 24635]
      adds  a460d67   $val not $van, this was screwed up in previous commit by ADAMK
      adds  5982e5f   Correct the name
      adds  d90322c   Tweaks
      adds  b65de9d   Tweaks
      adds  4d16f9d   Tweaks
      adds  0b5c998   Deprecating auto_install, it's just too dangerous
      adds  f17dff1   Cleaning up a bit
      adds  45ba338   A little more tidying
      adds  0384aae   also enter author mode when ./inc does not exist and must be created
      adds  6c2cd86   update changelog, version
      adds  526330d   Formalising the deprecation
      adds  7be6c06   Removing Module::Build support
      adds  21c607b   Automatically set a configure_requires for the version of ExtUtils::MakeMaker that the author is running.
      adds  b6a050c   More changes
      adds  efd1ec7   Test bug fixes
      adds  5b03181   Test bug fixes
      adds  d63a024   Test bug fixes
      adds  4339da4   Rolling back auto_install deprecation
      adds  773dd45   Correcting version
      adds  b3d3030   Several major changes
      adds  29f98de   - Removed the command prompt_script, it did some unusual magic 	  and it easy enough to implement in 2 lines in the Makefile.PL 	  anyway (ADAMK) 	- Merged the remaining install_script into Metadata.pm (ADAMK) 	- Adding documentation about the configure_requires command 	- Automatically add any install_share directory to no_index. 	- Check scripts passed to install_script actually exist (ADAMK) 	- Allow install_script('foo') to be shorthand for 	  install_script('scr [...]
      adds  9da21a7   Various small bug fixes
      adds  1f9961e   Converting every use of build_requires: to test_requires: for future compatibility with the FreeBSD test_requires metadata upgrade
      adds  dd377a8   Correcting a test
      adds  6e40478   POD Cleanup
      adds  ad2d6e3   Preparing for release
      adds  ea5a23b   Updating version for release
      adds  abaa6f9   Various additions
      adds  59b64fc   Preparing for release
      adds  91551c8   Added pod tests if Test::Pod is installed.  This also gives us kwalitee. ;)
      adds  5037049   The POD test is added to the distribution automagically by the release automation
      adds  6427ee8   s/-/::/ is not useful without /g
      adds  7c3f3f4   require 5.005 is valid
      adds  c2d949a   Removing -f Build.PL
      adds  2e08c11   Updating version fro release
      adds  3c0980f   Module::Install::With is now usable
      adds  065863d   Updating to 0.75
      adds  2de156c   If module_name is derived, don't check
      adds  f38dd7a   Preparing for Module::Install 0.75
      adds  2d3d549   Updated Makefile.pm to avoid spurious warnings being generated by ExtUtils::MakeMaker when EUMM has underscores in its own version number.  This fixes bug RT #35800.
      adds  753f22e   Commited documentation update from Adriano Ferreira (RT #27696) Updated Changes file for this and previous patch.
      adds  617e314   Corrected internal documentation link in Module/Install.pod
      adds  4e9fb07   Added Test::Pod checks.
      adds  2ef2a8c   Removing Test::Pod script
      adds  599c88e   The 'examples' directory will no longer be included twice in META.yml/no_index/directory.
      adds  cc319cc   The code for recommends() exists, and works, but it wasn't documented. It is now.
      adds  303f45a   Adding more changes for 0.76
      adds  7f8d6a0   Minor bug fix
      adds  8dbdd77   Minor bug fix
      adds  deac6c6   Minor bug fix
      adds  3ec88ef   Syncing
      adds  504951c   Syncing
      adds  75c0d31   Preparing for release
      adds  e652a2b   Adding a link to RT
      adds  a997d8f   Applying various RT fixes
      adds  06e75bb   Additional tests for version handling.  Making sure that the version of 5.008008 is still considered 5.008008
      adds  21b3e32   Reversal of some misguided tests to t/04_version.t.  Additional internal documentation.
      adds  47443c5   Updated Module::Install::Metadata::perl_version to understand 3-part version numbers, like 5.10.1 or 5.8.3, which are now mapped to 5.010001 and 5.008003 respectively.  This should fix bug RT #38317
      adds  c424bfa   Bug fix for CLKAO
      adds  ba8fe04   Preparing for release
      adds  af6dd02   Moving install_script back to it's own module, to unbreak people that had upgraded
      adds  3a6df88   Updating version
      adds  758d01d   Documented installdirs and install_as_*.  This closes RT #25111 (How do you set INSTALLDIRS)
      adds  50fb49c   Applied patch in RT #38443, thanks to Oleg Kostyuk.  perl_version() now supports two-part version numbers.  (eg, 5.8 is now the same as 5.008)
      adds  56e4dad   Removal of trailing whitespace.  No code changes.
      adds  231bd22   It looks like the generated_by field got quoted at some point, but remove_meta was not updated, and thus never removed META.yml. Fixed.
      adds  2c6f5f3   RT #39929 - We now avoid poking at references in @INC in case they have strange overload behaviours.
      adds  8cde9ce   Module::Install no longer complains about "All rights reserved" in association with an open source license.  RT #41268
      adds  0fe79c4   add failing test - including too many directories in the no_index list
      adds  0ec709c   
      adds  efcc2ba   
      adds  7232af0   Bumping deps, and preparing for a new release
      adds  23e8f2e   Bug fixes
      adds  312441c   Keep the oldish PAR::Dist dep
      adds  586bceb   Preparing for release
      adds  28aea10   Lowering the M:B dependency
      adds  3f8f029   Switch to the last known-100%-good release
      adds  fd812a9   Correcting the copyright year
      adds  54c47ab   Adding WriteAll to the end of the generated code
      adds  512eda3   Tweak
      adds  1bf8681   Adding the documentation for Module::Install::DSL
      adds  d54f42a   Testing perl versions like '5.008001'
      adds  6cb0df0   Fixing Perl version normalisation
      adds  28e4cfd   Updating version from 0.78 to 0.79
      adds  71a3200   Adding experimental implementation of MYMETA.yml
      adds  5b63c82   will not ask about auto-installing mandatory dependencies, if $ENV{PERL5_CPANPLUS_IS_RUNNING} is set
      adds  05d245b   Correcting $/s  -->  \z/s
      adds  b651186   Make Admin::Metadata use YAML::Tiny instead of using RegExps
      adds  556e7ee   Changing to make YAML::Tiny optional at install-time
      adds  ad123c9   Support for keywords in META.yml (without tests yet)
      adds  010bb5c   test for 'keywords'
      adds  4b82723   allow more than one 'keywords' call
      adds  ddeda13   More URLs for licenses
      adds  93e6323   test META.yml for license
      adds  625b568   part of bugtracker_from refactored into standalone sub, added tests for it
      adds  c9c3da7   slightly faster '_extract_bugtracker'
      adds  e8f644a   simplification of one line in _extract_bugtracker
      adds  b9d0c7f   Revert to the pre-0.72 state of the world, where recommends(), called with arguments, returns those arguments.  This allows it to be nested inside of features(), for instance.
      adds  4fb7a82   Various fixes
      adds  ab1cca4   Moving to a development release number
      adds  e2da6b2   Shuffling the file write order to improve the contents of ExtUtils::MakeMaker
      adds  8bc77c5   More minor nits fixed
      adds  0984ac4   remove dupe entry in Changes
      adds  b5f5867   Restoring the test directory
      adds  41bcf9e   Make Module::AutoInstall skip prompting for required dependencies under CPAN/CPANPLUS Add PERL_AUTOINSTALL_PREFER_CPAN env variable to disable CPANPLUS usage
      adds  72f9f6e   update changes for previous commit
      adds  8776957   if configure_requires EUMM version that requires 5.6, make dist require perl 5.6
      adds  4200970   small fix and fill 'Changes'
      adds  138b884   Extra @INC during Makefile.PL are replicated in Makefile
      adds  c1e5dbd   ::DSL wasn't correctly bundling itself into distributions
      adds  c3cb3b5   Preferentially dispatch prive methods to the base Module::Install object
      adds  e2dccd3   Whitespace tweak, and a better error message
      adds  60e0666   Clean up the temporary files in test/A
      adds  5f1403e   Reverting DAGOLDEN's @INC hack, it caused the module to be unreleasable.
      adds  5c96fd4   Updated version in test
      adds  9788d83   Fixes bug that makes distributions that use Module::Install::DSL require Module-Install to be installed before they'll successfully process their Makefile.PL files.
      adds  5389bab   Whitespace tweak
      adds  34fc08a   We can now do a regular File::Spec dependency, because we have a minimum Perl version of 5.005
      adds  def98ac   fix incorrect if => unless conversion
      adds  90e2578   Preparing for 0.84 release
      adds  517121c   Everything uses strict now
      adds  0c2153c   Removing $VERSION from the tests
      adds  0d870f0   Various bits and pieces
      adds  150f0a2   more auto_install improvements
      adds  9196c0e   Preparing for release
      adds  407cfe6   Fix
      adds  65729ea   Fix
      adds  c4bdb1f   Updating test count
      adds  fc9e8ec   add --alldeps option to say yes to every feature
      adds  1c34be7   try and fix up the cpan test
      adds  d9b138a   improved docs from Caleum (RKITOVER)
      adds  f204a91   Preparing for release
      adds  8ff69ff   add a note saying that I should be bugged for problems
      adds  11d6900   Correcting test count
      adds  c569a36   RT#45811 - Added '=head1 NAME' to Module::Install::Admin::Include
      adds  7139c06   s/availlable/available/;    # Spello fixes
      adds  c5d97f1   Removal of trailing whitespace in some files.  No functional changes.
      adds  b65ef83   tweak _check_lock to fix another failure mode that falls through to configuring CPAN.pm
      adds  ced0d6f   patch to show current version when deps not new enough - patch from RIBASUSHI
      adds  97dc867   Increment version for release
      adds  b79aac0   CPAN.pm may have been loaded without loading its config; check for $CPAN::Config, too
      adds  713f2b5   fix Changes to be consistently tabbed
      adds  934ad32   update Changes
      adds  59c7f7e   Preparing for next release
      adds  d018872   Updating version for release
      adds  f8984eb   Syncing
      adds  575f9e4   Completing the implementation (and testing) of MYMETA
      adds  63b387c   Adding missing Parse::CPAN::Meta dependency
      adds  8e29419   If the DSL code fails, say why
      adds  bcd8d46   support github.com bugtracker
      adds  d165ce6   better message
      adds  363637b   Module::Install: perl license may have a version number, so it may be better to make its matching phrase a bit shorter
      adds  750395b   Module::Install: updated Changes
      adds  8d8a94a   Module::Install: looks like I should add my name :p
      adds  8d06e45   part of license_from was refactored into separate sub, wih tests
      adds  ef3a262   feature(s)+auto_install will remember when module is planned for installation and will not ask again
      adds  46cfbf9   Introduce _prompt_feature
      adds  784f6af   Add group actions (all/default/none) by user for feature(s)+auto_install
      adds  86d0c2d   reverse auto_install changes
      adds  74d89e0   refactor part of perl_version_from to separate sub, tests for a new sub
      adds  4bc6207   Allow spaces at the start of string when using perl_version_from
      adds  d703738   all_from() now stores the filename in the 'all_from' key for later reuse
      adds  b2d0c38   Support code.google.com bugtracker
      adds  169b67f   version 0.92
      adds  5942f3f   Test.pm should also have matching version
      adds  de253fa   autoinstall doesn't die on CPAN-1.81
      adds  55e8e3e   Check 'copyrights' section for license also
      adds  7d78f28   some comments for clarity
      adds  45c198b   test that 'Makefile' was created
      adds  13962fa   test that PREREQ_PM is found in generated Makefile
      adds  a17e9e5   add possibility of using params when running test Makefile.PL
      adds  9f4ee01   Test passing coreect params to EU::MM
      adds  f2efdf7   Use BUILD_REQUIRES EU::MM param
      adds  75d0988   fill 'Changes'
      adds  88143b7   Use MIN_PERL_VERSION EU::MM param
      adds  44c7d77   better search for 'Perl' license
      adds  f1b021c   test for change 9636
      adds  92bbc45   Some small bits and pieces before the final 0.92 release
      adds  831c2bc   Updating copyright
      adds  2e99b7a   Removing back-compatibility complaints
      adds  f1edc46   Typo
      adds  c2ed37b   
      adds  e4811a5   use Carp::croak for error message
      adds  b77ed16   Changed the DSL code to run at INTI-time instead of compile-time
      adds  22632fb   Added integrated support for xt
      adds  e61965d   
      adds  c196370   Applying patch in RT#53911.
      adds  5ecd1fb   Module::Install: addressed RT#54450; Should not run xt tests in non-author mode
      adds  cc71ac7   Module::Install: actually no need to care ::AuthorTests
      adds  17cdb4e   Fixing the author/xt bug
      adds  fa97682   Correct the check when on RELEASE_TESTING
      adds  edb75ad   Module::Install: applied #51614 patch by Frank Wiegand
      adds  054309c   Module::Install: updated Changes
      adds  b65704b   Module::Install: added a comment for #50475; maybe we can safely disable this line
      adds  7361fdf   Module::Install: applied #51077 patch by tokuhirom
      adds  05226a3   Module::Install: added a test for #51077
      adds  8c069c7   declare plan instead of done_testing for backward compat
      adds  bb773b4   added a test against RT#55050
      adds  2b7542d   added a test to check wrong usage to secure compat while addressing #51267
      adds  061a76c   added import test to address #51267
      adds  16d71ed   Module::Install: updated Changes
      adds  6aadd9d   Module::Install: force chdir
      adds  dc716a9   added failing tests of xt with (undocumented) tests_recursive
      adds  a4b1502   Module::Install: removed duped tests to fix #55050, though this is primarily a bug of ::AuthorTests
      adds  c164519   Module::Install: updated Changes
      adds  9fa548a   Module::Install: Makefile.PL should die if no valid version is specified (RT#46937)
      adds  a712a8f   Module::Install: set svn:eol-style to native
      adds  3981d71   Module::Install: added tests for ::ExtraTests
      adds  c97a963   Module::Install: fix for EUMM >= 6.56
      adds  3de8d0a   Module::Install: added a test for sign
      adds  3dc735a   Module::Install: added a note
      adds  a324b23   Module::Install: no need to add xt
      adds  15bdc95   Module::Install: sign test is only valid if EUMM >= 6.17
      adds  042f335   Module::Install: license was not passed to EUMM
      adds  c7265a5   Module::Install: updated Changes
      adds  ea4d4c1   Module::Install: added a test for all_from
      adds  5d5b462   Module::Install: explicit plan
      adds  37b6ce3   Module::Install: accepts multiple authors to address #16569
      adds  0fe7e5c   Module::Install: updated Changes
      adds  ad89799   Module::Install: hopefully resolved #53984
      adds  caf136b   Module::Install: updated Changes
      adds  bbef272   Module::Install: install_share respects MANIFEST(.SKIP)
      adds  1e91171   Module::Install: removed a note which turned out to be irrelevant
      adds  90cd8b6   Module::Install: ppport test should not be done separately
      adds  fe84818   Module::Install: maniskip was once a private function
      adds  d454f47   Module::Install: removed meaningless test; xt tests are done in t/13_author_tests*
      adds  e5e0205   added a test for authors with special characters #1
      adds  d42faff   Module::Install: no need to create dir if it exists
      adds  caeb0b4   Module::Install: silenced warnings
      adds  2ca9997   Module::Install: less noisy
      adds  4624186   Module::Install: added pod escape feature/test for author_from
      adds  8975bb0   Module::Install: added Win32::UTCFileTime support (only if available)
      adds  4dce0ae   Module::Install: updated Changes
      adds  a700cd3   Module::Install: chmod dir
      adds  6f98d98   Module::Install: sorted out the cc_inc_paths issue (#33976)
      adds  230a48c   Module::Install: resolved #25972
      adds  82cfec4   Module::Install: added a test for #25972
      adds  6a7243e   Module::Install: fixed order of pl_files #45978
      adds  0014420   Module::Install: check M::I upgrade if you're an author and your inc is old
      adds  06abed1   Module::Install: applied a patch from #24210
      adds  a82d651   Module::Install: test cleanup
      adds  aed684d   Module::Install: string eval required
      adds  cd78f8f   Module::Install: more portability
      adds  e564977   Module::Install: skip prompting if non-interactive session
      adds  49bca42   Module::Install: updated Changes
      adds  1601c6a   Module::Install: fixed multi license blocks issue #27242
      adds  e83d862   Preparing for release
      adds  217b19c   Module::Install: PERM_DIR is only available EUMM >= 6.52
      adds  d653389   Module::Install: return if target text is empty
      adds  0b4979c   Module::Install: added t/Foo to clean files
      adds  0f1c4be   Module::Install: use utf8 test is only for perl 5.8+
      adds  ecd12ab   Module::Install: fix false auto license detection
      adds  e9b13bf   Module::Install: fixed test as we only look for capital headings
      adds  0d087e6   Module::Install: accept License too
      adds  8912065   Module::Install: updated Changes
      adds  d2aa99a   stop Bundle.pm calling things' import methods
      adds  0974d54   Module::Install: resolved #55594: Missing license
      adds  d6587ee   Module::Install: updated Changes
      adds  2953fc0   Module::Install: moved the existing licenses test to author test, and made minimum_version test happy
      adds  962fd34   Module::Install: let EUMM in the background test version integrity
      adds  1eac02c   Module::Install: updated Changes
      adds  4e1ff5c   Module::Install: added a test to confirm perl_version is working
      adds  a505dfe   Module::Install: reload only when necessary to silence redefine warnings
      adds  0a37691   Module::Install: silenced uuv
      adds  762347b   Module::Install: now Makefile.PL correctly dies if it finds an unknown function()
      adds  1b67940   Module::Install: removed done_testing
      adds  a767842   Module::Install: removed test sample, which can be created on the fly
      adds  f5c13df   Module::Install: no need to clean test dir anymore
      adds  f3fa21d   Module::Instal: improved install_share test
      adds  372b96f   Module::Install: updated Changes
      adds  4f3458e   Module::Install: now features entries are correctly recorded in (MY)META.yml
      adds  f60eba8   Module::Install: added $VERSION to ::Base::FakeAdmin to address #55974
      adds  fbc626c   Module::Install: remove included deps from build_requires
      adds  260a311   Module::Install: renamed
      adds  5b6538a   Module::Install: fixed test as include stuff now removes entries from Makefile/META.yml
      adds  482a7eb   Module::Install: added makemaker_args test
      adds  8b56dc6   Module::Install: license key should always be lower-cased
      adds  88603d7   Module::Install: relaxed license specification
      adds  0b856cf   Module::Install: added apache_1_1 support
      adds  24a0519   Module::Install: Bundle doc fix
      adds  3e46a1f   Module::Install: fixed a scan_deps warning that used the old convention
      adds  5e0848b   Module::Install: applied patches from Florent Angly to fix some bundle issues
      adds  0864394   Module::Install: scalar find_in_inc returns undef which made @files not-empty
      adds  927d727   Module::Install: added FAQ.pod
      adds  570b636   Module::Install: added API.pod (not completed yet)
      adds  cd2a3a2   Module::Install: win32 path separator issue
      adds  d48c1dd   Module::Install: added (test_)requires_from test
      adds  e7edf4d   Module::Install: API, not completed yet
      adds  155f520   oops, sorry. merged debugging code
      adds  b0bb186   Module::Install: subdirectory build support (part I, with build_subdir)
      adds  036208b   Module::Install: applied a patch from FANGLY #56531
      adds  882c26d   Module::Install: updated Changes
      adds  b3d3060   Module::Install: auto build_subdirs works now
      adds  c5cf34c   Module::Install: podtidy-ed
      adds  be19b03   Module::Install: giving FakeAdmin a VERSION caused is_admin always true
      adds  484bbca   Module::Install: reverse condition
      adds  26f2c5c   Module::Install: refactored bundle
      adds  b8b0b75   Module::Install: added some private todo to FAQ
      adds  674c2a1   Module::Install: silenced test
      adds  4ad9bc7   updated docs
      adds  f6a32b3   Module::Install: propset pods
      adds  5ca30b2   Module::Install: patch from Florent Angly (#56589), cherry picked
      adds  6442337   Module::Install: tidied
      adds  968ae81   Module::Install: removed doc on Module::Build support
      adds  9863166   Module::Install: bumped up the versions; there are still issues left but it's about time to release
      adds  4b84f62   upped the test version
      adds  9bc1058   fixed build_requires issue for older eumm
      adds  6c01f38   Adding release date
      adds  9153f52   fix bogus dependencies on dev releases to the next production release
      adds  385abee   check use_extratests
      adds  da33929   Adding missing LWP dependency
      adds  d7e6ef6   Adding missing abstracts
      adds  6144b4e   allow prove -lj2
      adds  ece4c15   MIN_PERL_VERSION is available only EUMM 6.48 and better
      adds  33af41a   wrong cpanm option
      adds  efc9c9d   add_metadata
      adds  b66735d   version up
      adds  d1da66e   forgot to update Changes
      adds  3e80fd0   add an entry to faq
      adds  a463764   Module::Install: made fixup_makefile a bit robust
      adds  7ac7509   Preparing for release
      adds  270fbc9   only perl 5.8.3 or newer has FindBin->again
      adds  3886e06   Releasing the 5.8.3 fix
      adds  0934a96   suppress the redefine warning
      adds  2adce56   hopefully fixed the auto_install issue which broke META.yml of DBIC
      adds  9653814   get rid of the auto_install FUD since nobody's reported breakage to me in over a year
      adds  926a221   Preparing for release
      adds  26571f4   better error message
      adds  29a9be3   compatibility with EU::MM 6.57_02 for 20_authors_with_special_characters.t
      adds  023b543   skip 02_mymeta.t if EU::MM has MYMETA support
      adds  985e864   move author_makefile_re into module
      adds  cd29a66   use author_makefile_re in other tests
      adds  9468bc9   Support for extraction of Artistic 2.0 license
      adds  27d0d27   Find https links to bugtracker
      adds  f6be850   fix 'Changes'
      adds  7994f38   Preparing for 1.01 release
      adds  08ce780   More terse message
      adds  1866c95   Generate a README to play nice with GitHub.
      adds  d7d5720   Oops. Didn't notice the .pod file.
      adds  c28d87c   Spelling mistake.
      adds  f7d66ef   Recognize v1.2.3 versions.
      adds  0627508   installdeps_target, upgradedeps and notest support for M::AI
      adds  81e7b69   Module::Install does not have a readme_from, removing
      adds  cc22581   Whitespace
      adds  8c48b9e   rename depslist and alldepslist to listdeps and listalldeps respectively, to be closer to dzil
      adds  96e3fa9   Preparing for release
      adds  3a118ee   1.03 Wed 19 Oct 2011 	- META.yml flag dynamic_config is now always generated (ADAMK) 	- Added the convenience command static_config, as the default is to be 	  dynamic (ADAMK) 	- Module::Install::DSL will automatically set static_config unless it 	  can see an 'if' or 'unless' suffix (ADAMK)
      adds  441304d   Fixes for bugs reported by MIYAGAWA
      adds  ff9e5c0   Corrected support for Perl 5.005
      adds  4d53625   switch from require to Module::Metadata
      adds  74024cd   switch Module::Metadata code into a separate routine so things actually work
      adds  0178c75   switch relevant parts to _version_of (got lost from last commit, I'm an idiot)
      adds  07e2eb2   Fixed automatic EU:MM version detection
      adds  7676af4   final copyright fix
      adds  9d7f98e   final copyright fix
      adds  bfa695f   Remove intentional test bug
      adds  6e5d9cb   Bug fix
      adds  03ca8db   Adding first attempt at can_xs and requires_xs
      adds  09bbaca   Compilation of tests t/13_author_tests*.t is noisy under Perl 5.17.0, because they make use of unesaped literal "{" characters, which became deprecated in 5.17.0. This commit fixes the problem by escaping the noisy left curlys.
      adds  19607c2   There is no reason to depend for LWP::UserAgent
      adds  fc99684   svn:ignore for generated files
      adds  d76fb73   require newer Module::ScanDeps
      adds  1d3e5ac   Resolve RT#93293 test failure
      adds  4485cdb   Release engineering for 1.08
      adds  7bcd90f   fix for issue-001
      adds  fcdaa87   Merge pull request #3 from kevindawson/issues-001
      adds  c8c20d7   add second : to File::HomeDir
      adds  fdadd8f   remove cruff and tidy-up
      adds  07366b6   Merge pull request #4 from kevindawson/issues-002
      adds  d965d3e   Fix for RT-55594
      adds  ae25e6f   Merge pull request #5 from kevindawson/RT-55594
      adds  c75b2f1   ascii-asc easier to read
      adds  b92c78b   Merge pull request #6 from kevindawson/ascii-asc
      adds  ce3c1aa   Add missing File::Path
      adds  dbe7812   Merge pull request #7 from kevindawson/File-Path
      adds  6510053   remove Archive::Tar and add recommends Archive::Zip
      adds  9e820cd   Merge pull request #8 from kevindawson/Archive-Zip
      adds  1f9655b   add some comments to aid
      adds  78ac970   Merge pull request #9 from kevindawson/RT-55594
      adds  2ca8435   RT-87808 Subject:	 typo fixes
      adds  e6dffd9   Merge pull request #10 from kevindawson/RT-87808
      adds  f94a78f   pod patches, via RT#75584
      adds  27dfc6d   Apply patch from RT-89030
      adds  62638a9   Merge pull request #12 from kevindawson/RT-89030
      adds  74d3650   fix for RT-84164 The name_from regex doesn't support any of the above. It expects the package name to be followed by optional whitespace then a semicolon.
      adds  7255c78   Merge pull request #14 from kevindawson/RT-84164
      adds  d268f17   RT-62847
      adds  99a1c9f   Merge pull request #17 from kevindawson/RT-62847
      adds  7fd38a3   here goes ...
      adds  6849d01   Merge pull request #18 from kevindawson/runtime-recommends
      adds  a64083b   as per:
      adds  7bc4ebe   Merge pull request #19 from kevindawson/runtime-recommends
      adds  a11c295   keep test cleanups from failing on win32 by running faster than the file system
      adds  a704bc9   Merge pull request #20 from Perl-Toolchain-Gang/test_cleanup_on_windows
      adds  4138821   add a simple travis.yml so that we can tests as we go
      adds  5fe1644   Merge pull request #21 from kevindawson/travis
      adds  c9446dd   fix xt\licenses.t also add missing lincense info from S-L plus another xt/
      adds  ab299dc   Merge pull request #23 from kevindawson/sofeware-license-take2
      adds  d534eae   RT-92547 remove sub pototypes
      adds  8f15e4b   Merge pull request #24 from kevindawson/RT-92547
      adds  bc6ac33   Release engineering for 1.10
      adds  fd3386a   travis tweak remove 5.19 add 5.20
      adds  57ab190   Merge pull request #32 from kevindawson/travis_tweak
      adds  0a24fb7   Mention metacpan.org in the no_index docs as well as s.c.o
      adds  c7af7ff   Merge pull request #34 from ranguard/master
      adds  74f7e1e   Revert license changes between 1.08 and 1.10
      adds  dfb66fd   Merge pull request #30 from tsibley/revert-license-changes-in-1.10
      adds  7eac943   Release engineering for 1.12
      adds  1c16cc2   Imported Upstream version 1.12
       new  db06c92   Merge tag 'upstream/1.12'
       new  34fe8d6   Update debian/changelog
       new  78806fa   Update (i.e. revert) upstream copyright years.
       new  938d222   Drop packages from Recommends
       new  8ed0491   Remove POD/manpage fix from debian/rules.
       new  81fc163   Declare compliance with Debian Policy 3.9.6.
       new  882e88d   releasing package libmodule-install-perl version 1.12-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                          |   2 +-
 Changes                              |   4 +
 LICENSE                              | 378 -----------------------------------
 MANIFEST                             |   2 -
 META.yml                             |   9 +-
 Makefile.PL                          |  17 +-
 debian/changelog                     |  13 +-
 debian/control                       |  10 +-
 debian/copyright                     |   2 +-
 debian/rules                         |  27 +--
 debian/upstream/metadata             |   5 +
 inc/Module/Install.pm                |   7 +-
 inc/Module/Install/Base.pm           |   2 +-
 inc/Module/Install/Can.pm            |   2 +-
 inc/Module/Install/Fetch.pm          |   6 +-
 inc/Module/Install/Makefile.pm       |   2 +-
 inc/Module/Install/Metadata.pm       | 102 ++++------
 inc/Module/Install/Win32.pm          |   6 +-
 inc/Module/Install/With.pm           |   2 +-
 inc/Module/Install/WriteAll.pm       |   6 +-
 lib/Module/AutoInstall.pm            |   2 +-
 lib/Module/Install.pm                |  20 +-
 lib/Module/Install.pod               |  37 ++--
 lib/Module/Install/Admin.pm          |   2 +-
 lib/Module/Install/Admin/Bundle.pm   |  19 +-
 lib/Module/Install/Admin/Compiler.pm |  19 +-
 lib/Module/Install/Admin/Find.pm     |  19 +-
 lib/Module/Install/Admin/Include.pm  |  19 +-
 lib/Module/Install/Admin/Makefile.pm |  19 +-
 lib/Module/Install/Admin/Manifest.pm |  19 +-
 lib/Module/Install/Admin/Metadata.pm |  19 +-
 lib/Module/Install/Admin/ScanDeps.pm |  19 +-
 lib/Module/Install/Admin/WriteAll.pm |  19 +-
 lib/Module/Install/AutoInstall.pm    |  19 +-
 lib/Module/Install/Base.pm           |   2 +-
 lib/Module/Install/Bundle.pm         |   2 +-
 lib/Module/Install/Can.pm            |   2 +-
 lib/Module/Install/Compiler.pm       |   2 +-
 lib/Module/Install/DSL.pm            |  19 +-
 lib/Module/Install/Deprecated.pm     |   2 +-
 lib/Module/Install/External.pm       |   2 +-
 lib/Module/Install/Fetch.pm          |  19 +-
 lib/Module/Install/Include.pm        |  19 +-
 lib/Module/Install/Inline.pm         |  19 +-
 lib/Module/Install/MakeMaker.pm      |  17 +-
 lib/Module/Install/Makefile.pm       |   2 +-
 lib/Module/Install/Metadata.pm       | 115 ++++-------
 lib/Module/Install/PAR.pm            |   2 +-
 lib/Module/Install/Run.pm            |  19 +-
 lib/Module/Install/Scripts.pm        |  19 +-
 lib/Module/Install/Share.pm          |   2 +-
 lib/Module/Install/Win32.pm          |  19 +-
 lib/Module/Install/With.pm           |   2 +-
 lib/Module/Install/WriteAll.pm       |  19 +-
 lib/inc/Module/Install.pm            |   2 +-
 lib/inc/Module/Install/DSL.pm        |   4 +-
 t/10_test.t                          |   2 +-
 t/lib/Test.pm                        |   2 +-
 xt/licenses.t                        |  36 +---
 xt/software-license.t                |  27 ---
 60 files changed, 179 insertions(+), 1053 deletions(-)
 delete mode 100644 LICENSE
 create mode 100644 debian/upstream/metadata
 delete mode 100644 xt/software-license.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-perl.git



More information about the Pkg-perl-cvs-commits mailing list