App-BS

 view release on metacpan or  search on metacpan

TODO.md  view on Meta::CPAN

# App::BS TODO:
- [x] finish pkgbase.sh rewrite in perl
    - [ ] decide whether or fall back to or start with `expac` and `pacsift`
          rather than `pacinfo` abd `pacman` directly
      - [ ] pass multiple packages to expac at once?
          - [ ] figure out how to parse what we recieve back, hopefully it is
                ordered the same as input so we can just break it up by space
                or IFS in the case of multiple packages returned per input
          - [ ] ...
    - [ ] (default?) package resolution rules:
        *** i have no idea what this table thingy is supposed to be based
            on, just coudln't stop aligning things once i started ***

ppport.h  view on Meta::CPAN

#    else
#      define D_PPP_TO_UPPER_CALLEE(s,r,l)    to_utf8_upper(s,r,l)
#    endif
#    if defined toFOLD_utf8
#      define D_PPP_TO_FOLD_CALLEE(s,r,l)     toFOLD_utf8(s,r,l)
#    else
#      define D_PPP_TO_FOLD_CALLEE(s,r,l)     to_utf8_fold(s,r,l)
#    endif
#  else     /* Below is 5.15.6, which failed to make the macros available
#              outside of core, so we have to use the 'Perl_' form.  khw
#              decided it was easier to just handle this case than have to
#              document the exception, and make an exception in the tests below
#              */
#    define D_PPP_TO_LOWER_CALLEE(s,r,l)                                    \
                        Perl__to_utf8_lower_flags(aTHX_ s, r, l, 0, NULL)
#    define D_PPP_TO_TITLE_CALLEE(s,r,l)                                    \
                        Perl__to_utf8_title_flags(aTHX_ s, r, l, 0, NULL)
#    define D_PPP_TO_UPPER_CALLEE(s,r,l)                                    \
                        Perl__to_utf8_upper_flags(aTHX_ s, r, l, 0, NULL)
#    define D_PPP_TO_FOLD_CALLEE(s,r,l)                                     \
            Perl__to_utf8_fold_flags(aTHX_ s, r, l, FOLD_FLAGS_FULL, NULL)



( run in 1.129 second using v1.01-cache-2.11-cpan-de7293f3b23 )