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

fsfs pushed a change to annotated tag upstream/3.002000
in repository libpod-markdown-perl.

        at  2aa5dfb   (tag)
   tagging  ad12f099408aa3d5c7788fb06480375ebd321c16 (commit)
  replaces  upstream/2.002000
 tagged by  Florian Schlichting
        on  Fri Aug 21 14:28:21 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 3.002000

Aristotle Pagaltzis (1):
      make bulleted lists work at least minimally

Cindy Wang (CindyLinz) (1):
      add command line usage to document SYNOPSIS

Florian Schlichting (1):
      Imported Upstream version 3.002000

Graham Ollis (1):
      eliminate extra blank line in verbatim blocks

Marcel Gruenauer (22):
      initial commit
      v0.02: fix E<foo> conversion; only gen meta tags if asked to
      releng
      releng
      releng and repo maintenance (perltidy, readme gen, install docs etc)
      better links to search.cpan.org
      converted the distribution to Dist::Zilla-style
      v1.100860
      improved L<> link handling
      simplified dist.ini now that we have ~/.dzil/config
      added Ryan C. Thompson as author
      added README generated by [CopyReadmeFromBuild]
      removed unused variables; added doc for method format_header
      removed leading number from test program
      v1.103490
      added Ryan C. Thompson's email address
      updated README
      v1.103491
      noted ap's changes and made all tests pass
      added ap to authors; generated README
      README changed again - ffs. That's why including generated files in a 
dzil dist is a bad idea
      v1.110730

Mike Covington (2):
      Convert B<> to ** instead of __ to allow nesting with I<>
      Update tests for changes to B<>

Peter Vereshagin (1):
      No escapes for code in spellchecker

Randy Stauner (213):
      Increase indentation when necessary to maintain verbatim-ness
      Change dzil bundle to Author::RWSTAUNER
      Ignore .build/ and cover_db/
      List Marcel as copyright_holder
      Log verbatim-block change
      Move Meta cmments to top
      Use full path in script for portability
      Test 1 space indent for verbatim paragraph
      v1.110731
      Change /\h/ to /[ \t]/ for older perls
      Remove generated plain text readme
      Add generated markdown README
      v1.110732
      Don't overwrite alternate text in local section links
      Test all pod link variations listed in perlpod(spec)
      Use Pod::ParseLink to improve link parsing
      Remove unnecessary meta pod regarding stopwords
      Add a test for external-page section name with space
      v1.120000
      Uselessly reorganize top of test script
      Skip "text|http:" tests if Pod::ParseLink < 1.10
      Specify minimum Pod::ParseLink 1.10
      v1.120001
      Use variable for pod url base in test script
      Additionally test links with interpolate()
      Remove exec bit from .t scripts
      Add vim modeline to pm
      Test formatting codes
      Don't load Test::Differences when it isn't used
      Pass $self to interior_sequence subs
      Test other handled formatting codes
      Replace Z<> and X<...> with blank strings
      Convert numeric escapes ( E<...> => &#...; )
      Handle formatting codes nested in links
      Test nested formatting codes
      Convert spaces to &nbsp; entities in S<>
      Specifically list additional format codes handled
      Test S<C<...>> combo and use better example
      Confirm links w/o destinations
      Don't use '=head1 NAME' section in data input
      Test verbatim para containing formatting codes
      Improve description of t/verbatim.t tests
      Convert legacy 'chevron' charnames to 'aquo'
      Try harder with man links
      Test metadata lines
      Simplify meta line generation and fix a bug
      Comment on verbatim tab expansion
      Add a few more contrived man link tests
      v1.200000
      Test empty/false "|url" links
      Escape asterisks and underscores in verbatim and text paragraphs
      Mention Florian and his escape-chars patch in change log
      Use working dir to generate repo's README
      Document that special characters are backslash escaped
      Make backslash-escaping more sophisticated
      Escape special characters in headings
      Don't escape characters in verbatim paragraphs
      Test (unsuccessfully) that inline code doesn't escape characters
      Don't escape characters that are inside code sections
      Escape blockquotes
      Update generated README
      Clarify escaping in Change log
      v1.200001
      Attempt to make Git plugins handle README.mkdn
      Document that chars in code sections are not esaped
      v1.300000
      Merge pull request #1 from motemen/master
      Add comments after reviewing list code
      Add TODO tests for noting failures in list handling
      Credit motemen's gh pull req in Change log
      v1.301
      End markdown with a newline
      Accept in/out filenames on command line
      Add test for bin script
      Replace IPC::Open2 with system() to keep win32 from hanging
      Link to script from module pod
      Comment that I saw some list code in IkiWiki
      v1.320
      Remove TODO from list tests which now pass!
      Thank yak1ex for list improvements in the change log
      v1.321
      Move duplicate escape/interpolate logic to a method
      Document petr999's fix for escaped code chars in headers
      Mention the gh issue number when thanking yak1ex
      v1.322
      Put url prefixes into a package var
      Update tests to use package var for url prefixes
      Change pod urls to point to metacpan
      Merge branch 'metacpan-urls', remote-tracking branches 
'remotes/origin/pr/4', 'remotes/origin/pr/5' and 'remotes/origin/pr/6' into 
pulls
      Use var in test for consistency
      Map git addresses to cpan addresses
      Add a few more explicit man(x) tests
      Make url prefixes configurable
      Test passing url prefix options to the constructor
      Document url change and bug fixes in change log
      Throw in a few more miscellaneous tests
      Document new url prefix constructor args
      Move pod for internal methods to method comments
      Update pod and comments
      Satisfy Pod::Coverage
      Reformat change log entry to satisfy xt/
      Disable trailing_whitespace xt/
      v1.400
      Bump prereq on Pod::Parser for bug fixes
      v1.401
      Move pod to keep documentation near methods
      Generate read-only accessors
      Move method and process args consistently
      Customize url fragment formatting for section links
      Simplify existing tests that involve section fragments
      Document that fragment format code refs can use $_
      Test various fragments for metacpan and sco
      Test various combinations of constructor args
      Comment on possibly embedding html tags for internal links
      Mention fragment formatting in change logs
      Use multiple backticks for code spans when necessary
      Use same codespan delimiter code for files (F<>)
      Add TODO comment about X<> codes
      Save a few additional comments
      Add a small, simple test for basic functionality
      Setup travis and coveralls
      Customize travis install script
      Disable broken xt/podlinkcheck
      Use Escapes to describe L<> codes to satisfy podchecker
      Appease xt/
      v1.500
      Test that literal chars in link text are escaped
      Add more complicated tests for escaping link text
      Don't skip escaping Link text
      Use simple prefix to avoid interpolation in test heredoc
      Improve test class to make meta.t forward compatible
      Test usage examples to ensure backward-compatibility
      Use accessors for attributes and subclass new()
      Setup basic stack management for document building
      Convert verbatim handling to Pod::Simple API
      Convert text handling (paragraphs, escaping, etc)
      Conver header handling
      Change handling of pod code (E<>, L<>, etc)
      Convert list (over/item) handling
      Add a newline between blocks and track in parent state
      Indent the content of list items
      Collect author/title metadata between headings
      Disable escaping in verbatim blocks
      Remove references to unused Pod::ParseLink
      Initialize link state attribute to an array ref
      Verify that all headings are correctly escaped
      Test that list items are correctly escaped
      Represent over/back regions without items as blockquotes
      Preserve whitespace in text
      Define parse_from* methods for backward compatibility
      Enable verbose tests on travis
      By default accept markdown and html regions
      Explicitly test begin/end regions
      Wrap html regions in div tags to avoid processing
      Add See Also links for pod and markdown specs
      Make helper lib to simplify test scripts
      Add helpers for testing research
      Test nested numbered lists to ensure accurate numbering
      Test nested blockquote and remove trailing space
      Simplify misc.t heredoc for more exact representation
      Ensure travis has IO::Scalar installed for tests
      Make include_meta_tags attribute for new api
      Test old, new, and both ways to get meta tags
      Revert to read-only accessors for simplicity
      Add pod instructions and remove unused vars for xt/
      v1.990-TRIAL
      Ignore dumb empty link tests since they fail with older Pod::Simple
      v1.991-TRIAL
      v2.000
      Test explicitly that line-starting asterisks are escaped
      v2.001
      Merge two filter examples and comment for Test::Synopsis
      v2.002
      Reword E<> description in Change log
      Remove unnecessary plugin/config
      Explicitly specify LICENSE in dzil config
      Use travis-perl-helpers to simplify travis yml
      Specify IO::Scalar as develop requires for testing
      Re-enable coverage in travis yml
      Comment on back-compat observation
      Make attributes rw and warn on unknown constructor args
      Remove documentation for deprecated methods
      Use topic var to simplify upcoming changes
      Use literal NBSP chars instead of &nbsp;
      Escape amps and angles that Markdown would treat as html
      Make html_encode_chars customizable
      Add encoding attributes and html-escape invalid chars
      Clean up t/codes and add more html entity tests
      Move slurp helpers to t/lib
      Make verbose helper more consistent
      Increase Test::Builder::Level in helper
      Add new encoding attributes as command line options
      Add new package to enable `perldoc -o Markdown`
      Fix a few comments
      Remove trailing space when item has no text
      Test with and without HTML::Entities instead of either or
      Make pod2markdown work regardless of PERL_UNICODE
      Test that html entities are encoded in link text
      Break up t/misc to make tests easier to read
      Test var instead of bare shift followed by ternary
      Upgrade to newer travis infrastructure
      Update copyright statements
      Appease xt/
      Add closed issue refs to change log
      v3.000
      Remove [Bootstrap::lib] since plugins expect a VERSION
      Add more perls to travis yml
      Increase Pod::Simple requirement to 3.26 for detected_encoding()
      Add ABSTRACT comment to ToMarkdown pm
      v3.001
      Add LICENSE file to root
      Mention lee j and gh-15
      v3.002

Ryan C. Thompson (5):
      Interpolate in headers
      Added testing of header interpolation
      Added PODNAME and ABSTRACT to pod2markdown to satisfy Pod::Weaver
      Fixed test output
      Updated Changes

Yak! (1):
      Add comments for $prelisthead.

Yasutaka ATARASHI (4):
      Handle nested list more expected.
      Add numbered list support.
      Test answer is modified, which I believe this conforms to Markdown spec.
      Recognize numbered list without dot.

motemen (1):
      Don't escape characters in list item

moznion (1):
      Do not escape when target is link format or file format.

-----------------------------------------------------------------------

No new revisions were added by this update.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to