Result:
found more than 1132 distributions - search limited to the first 2001 files matching your query ( run in 1.213 )


App-Dochazka-WWW

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.140 2016-09-29 00:16 CEST
- build/ops: change OBS_PROJECT to Application:Dochazka
- build/ops: require App::MFILE::WWW 0.147 for dtable feature
- Implement basic (read-only) Privhistory table

0.141 2016-11-01 15:40 CET
- Display effective date more readably
- Dispatch.pm: AJAX call session/terminate on logout
- js: Enable active users to "LDAP sync" themselves

0.142 2016-11-05 22:40 CET
- js: implement "REST server details" dform
- js: make REST server details form return to mainMenu
- build/ops: require App::MFILE::WWW 0.152
- Plumb in drowselect target, privhistory edit menu option
- lib.js: add aclProfileWrite prop to pHeffective and pHpriv
- Implement "Add record" option in privhistory drowselect
- emp-lib.js: call lib.displayError() whenever AJAX fails
- Implement "Delete record" option in Privhistory drowselect

0.143 2017-02-25 09:28 CET
- Dispatch.pm: implement user agent lookup table
- Dispatch.pm: refactor session management
- Fix "incoming AJAX calls on a dead session don't return"
- script: proper arg handling in dochazka-www startup script

0.144 2017-02-27 22:38 CET
- MANIFEST: add new JavaScript files
- Implement feature: "look up schedule by code or ID"
- build/ops: require App::MFILE::WWW 0.154
- Implement "browse all schedules" functionality
- cleanup: remove dead code from dform-init.js
- emp-lib.js: improve AJAX call error-reporting

0.145 2017-02-28 15:23 CET
- build/ops: require App::MFILE::WWW 0.155
- Add "Adminitrivia" menu and move REST server details to it
- "Create new schedule" menu structure and dforms
- Basic "Create a new schedule" functionality
- Improve the "Create a schedule" experience

0.146 2017-03-01 17:13 CET
- build/ops: require App::MFILE::WWW 0.156
- Implement "Schedule history (browse and edit)" feature

0.147 2017-03-02 22:59 CET
- Drop SHID column from schedule history table
- build/ops: designed to work with App::Dochazka::REST >=0.549
- Add scode field to schedhistory dtable and drowselect
- Make schedule menu visible to all
- Implement schedule update dform

Changes  view on Meta::CPAN

- js: tests: disable tests that require LDAP
- WISHLIST: proper skipping of LDAP tests
- js: allow user to modify to-be-created interval
- daction-start: send logout message to core

0.159 2017-10-29 14:40 CET
- js: "Create multiple intervals": add pre-populated year entry
- js: caches: use datetime.currentYear() function from core
- js: int-lib: implement vetDayList()
- build/ops: require App::MFILE::WWW 0.168 for entry "size" attribute
- js: implement createMultipleIntSave()
- Initial implementation of "Create multiple intervals according to schedule"
  feature

0.160 2017-10-30 08:42 CET
- build/ops: require App::MFILE::WWW 0.169 for bug fix
- js: caches: use "interval/scheduled" resource instead of "interval/fillup"
- js: First sketch of "View intervals" functionality

0.161 2017-10-31 12:33 CET
- js: Make "View intervals" dform take single day or day range only
- js: dmenu-init: move Masqeruade to main menu
- js: tests/main-menu: add "Masquerade as a different employee" test case
- js: ldap: stop ldapSync from partially clobbering employee profile
- js: implement "Set supervisor" feature
- build/ops: require App::MFILE:WWW 0.170 for unwindToTarget opts handling

0.162 2017-11-02 20:21 CET
- js: move "Set supervisor" functionality to employee profile
- js: Implement "Multi-day interval viewer" feature
- build/ops: require App::MFILE::WWW 0.171 for dcallback widget

0.163 2017-11-10 15:19 CET
- js: viewer: display periods with no scheduled intervals
- js: int-lib: refactor createSingleIntSave
- js: add "Direct reports" field to Employee profile
- build/ops: designed to work with App::Dochazka::REST 0.557
- js: fix improperly populated nick in "Add schedule history record"
- js: implement create, update, delete of single intervals
- build/ops: require App::MFILE::WWW 0.172 for nullify and vetTimeRangeNoOffset

0.164 2017-11-11 04:16 CET
- js: int-lib: make iNshortDesc really be short by truncating it
- js: do not lose information when updating employee profile
- js: move status and schedule histories to profile
- js: simplify interval menu

0.165 2017-11-14 17:25 CET
- js: int-lib: properly detect null long_desc in interval object
- js: lib: change fillUserBox() behavior
- js: Rearrange menus
- js: initial Locks implementation
- js: viewLocksAction: implement caching of year input

Changes  view on Meta::CPAN

- js: emp-lib: display "Direct reports" as "(none)" instead of "(undefined)"
- js: let supervisors masquerade as their reports
- js: fix functional tests
- build/ops: require App::MFILE::WWW 0.175 for menu prototype and new fillUserBox() behavior

0.166 2017-11-15 12:11 CET
- js: canned-tests: implement log() - logs messages to both console log and test
  protocol
- js: canned-tests: implement getMenuEntry() - avoids hard-coding of menu entry
  numbers
- js: tests: implement new test "Masquerading as active, set inactive as supervisor"
- js: empProfile: call reports "Supervisees"
- js: Always load employee profile from server

0.167 2017-11-27 13:21 CET
- js: caches: check more carefully if activityCache populated; refactor masqEmployee
- js: allow inactives to view intervals
- js: hide inaccessible functionality from passerbies
- js: implement vetting of privlevels when adding/modifying status records
- js: viewer: use throw for assert-like conditions

 view all matches for this distribution


App-Easer

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

   - Fix using the right name when specified and different from getopt,
     addresses GH #15 https://github.com/polettix/App-Easer/issues/15
   - Fix help message for multi-valued defaults
   - Fix detecting sub-commands with registered stuff (used in bundling)

2.007001  2023-03-11 15:20:07 CET
   - Ensure consistent listing of sub-commands when they are auto-loaded from
     modules in @INC via prefixes.

2.007  2023-03-10 21:54:07 CET
   - Fix https://github.com/polettix/App-Easer/issues/6 "Unspecified help for
     main command results in an "unitialized value" error" (thanks DJERIUS for
     reporting)
   - Fix https://github.com/polettix/App-Easer/issues/7 "Calling help on a
     builtin command dies verbosely." (thanks DJERIUS for reporting)

Changes  view on Meta::CPAN

     are truncated" (thanks DJERIUS for reporting)
   - Fix https://github.com/polettix/App-Easer/issues/10 "Cannot pass dash as a
     residual argument"
   - Make error on unexpected residual args less confusing

2.006  2023-01-05 08:03:54 CET
   - Release after 84 PASSes on CPAN Testers (thanks!)

2.005  2023-01-02 00:36:49 CET
   - Enhance automatic generation of help for options
   - Fix bugs in automatic generation of help for options

2.004  2022-07-16 12:28:13 CEST
   - Release after 90 PASSes on CPAN Testers (thanks!)

Changes  view on Meta::CPAN

2.001  2022-06-12 21:39:55 CEST
   - Split into legacy V1 version and new V2 version
   - Huge refactoring
   - Added tests

0.011  2022-02-03 23:58:16 CET
   - Add support for nested children

0.010  2022-01-21 20:27:52 CET
   - Fix typo bugs
   - Small fix in example
   - Added example of to-do program split into multiple files (mudu)
   - Added tutorials and more docs

0.008  2021-12-17 18:35:03 CET
   - Release after 112 PASSes on CPAN Testers (thanks!)

0.007002  2021-12-12 20:13:40 CET
   - Set auto-leaves to 1 by default, it just makes sense.
   - Add support for simplified env var setting, both setting it
     to a plain 1 or through auto-environment.

0.007001  2021-12-10 21:58:47 CET
   - Add specfetch and SpecFromHashOrModule to divide apps into modules.
   - Handle defaults anticipating availability of their values but
     still overriding them.
   - Add some more doc notes.

0.007  2021-11-27 08:36:21 CET
   - Add fallback, fallback-to, fallback-to-default, and dispatch options
     to sub-commands
   - Add documentation on caling conventions for executables.

0.006  2021-08-29 22:05:40 CEST

 view all matches for this distribution


App-EventStreamr

 view release on metacpan or  search on metacpan

share/status/app/lib/angular/angular.min.js.map  view on Meta::CPAN

{
"version":3,
"file":"angular.min.js",
"lineCount":200,
"mappings":"A;;;;;aAKC,SAAQ,CAACA,CAAD,CAASC,CAAT,CAAmBC,CAAnB,CAA8B,CCLvCC,QAAS,EAAM,CAAC,CAAD,CAAS,CAWtB,MAAO,SAAS,EAAG,CAAA,IACb,EAAO,SAAA,CAAU,CAAV,CADM,CAIf,CAJe,CAKjB,EAHW,GAGX,EAHkB,CAAA,CAAS,CAAT,CAAkB,GAAlB,CAAwB,EAG1C,EAHgD,CAGhD,CAAmB,sCAA...
"sources":["angular.js","MINERR_ASSET"],
"names":["window","document","undefined","minErr","isArrayLike","obj","isWindow","length","nodeType","isString","isArray","forEach","iterator","context","key","isFunction","hasOwnProperty","call","sortedKeys","keys","push","sort","forEachSorted","i",...
}

 view all matches for this distribution


App-Getconf

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for App::Getconf

0.20.04 Sun Apr 13 21:49:29 CEST 2014
        Maintenance update: change "name" field in META.yml

0.20.03 Tue Feb 26 01:18:56 CET 2013
        Refactored whole module to enable adding defining options with
        priorities (e.g. config prio=10, cmdline prio=20).

0.20.02 Mon Feb  4 10:03:53 CET 2013
        `version.pm' thinks 0.02 is higher than 0.02.01. OK, my bad.
        I should use semantic versioning (http://semver.org/) anyway.
        Some changes in (generated) makefile.

0.02.01 Mon Feb  4 10:03:53 CET 2013
        Fixed t/release.t test (it required YAML module to be installed).

0.02    Mon Jan 28 20:34:12 CET 2013
        Fixed Pod::Coverage test (rt #82648).
        List of tests extended slightly.

0.01    Fri Jan  4 01:12:23 CET 2013
        Initial version.

 view all matches for this distribution


App-Ikachan

 view release on metacpan or  search on metacpan

bin/ikachan  view on Meta::CPAN

$twiggy->register_service($app);

AnySan->run;

sub get_logo {
    'iVBORw0KGgoAAAANSUhEUgAAAKAAAAB8CAYAAADuM7t5AAAEJGlDQ1BJQ0MgUHJvZmlsZQAAOBGFVd9v21QUPolvUqQWPyBYR4eKxa9VU1u5GxqtxgZJk6XtShal6dgqJOQ6N4mpGwfb6baqT3uBNwb8AUDZAw9IPCENBmJ72fbAtElThyqqSUh76MQPISbtBVXhu3ZiJ1PEXPX6yznfOec7517bRD1fabWaGVWIlquunc8klZOnF...
}

sub get_css {
    <<'...'
/*!

 view all matches for this distribution


App-IndonesianBankingUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "DateTime::TimeZone::Australia::Lindeman" : "2.47",
         "DateTime::TimeZone::Australia::Lord_Howe" : "2.47",
         "DateTime::TimeZone::Australia::Melbourne" : "2.47",
         "DateTime::TimeZone::Australia::Perth" : "2.47",
         "DateTime::TimeZone::Australia::Sydney" : "2.47",
         "DateTime::TimeZone::CET" : "2.47",
         "DateTime::TimeZone::CST6CDT" : "2.47",
         "DateTime::TimeZone::Catalog" : "2.47",
         "DateTime::TimeZone::EET" : "2.47",
         "DateTime::TimeZone::EST" : "2.47",
         "DateTime::TimeZone::EST5EDT" : "2.47",

 view all matches for this distribution


App-Iptables2Dot

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for App-Iptables2Dot

v0.3.3 Sat Jan 14 15:15:26 CET 2023
	- added options for iptables-extension owner
	- fixed GitHub issue #4

v0.3.2 Tue Nov 30 16:24:58 CET 2021
	- move on GitHub

v0.3.1 Fri Apr 16 08:47:42 CEST 2021
	- revised --use-numbered-nodes

Changes  view on Meta::CPAN

	- added regression test
	- added some more options to @App::Iptables2Dot::optdefs:
	  comment=s, ctstate=s, gid-owner=s, notrack
	- t/script-iptables2dot.t: Skip if missing Probe::Perl

0.2.2 Fr 30. Jan 20:27:22 CET 2015
	- added some more options to @App::Iptables2Dot::optdefs
	- changed POD of bin/iptables2dot to (hopefully) make clearer
	  that the program is best suited to get an overview over a set
	  of iptables rules and only sometimes can be used directly for
	  a detailed analysis

0.2.1 Mi 28. Nov 21:39:19 CET 2012
	- sort internal nodes to get predictable test results

0.2.0 Wed Sep 19 21:13:45 CEST 2012
	- added function App::Iptables2Dot::add_optdefs() to add options
	  on the fly

 view all matches for this distribution


App-JobLog

 view release on metacpan or  search on metacpan

t/data/big.log  view on Meta::CPAN

# 2012/09/19
2012  9 19  4 13 58:6:iM::I 9W/R1^r?4bEN RT[XtgFKX7Pv 7c/6c`S z%P ^
2012  9 19  6  6 49:DONE
2012  9 19  9  4 51:6:\\\\* wCR@,W$ CU=k:lf:m ',: px<$ +5&=DB\\\\ Qk%A'.cZ!"$< KXj aiD$rL6 i?Vb~o
2012  9 19 13  4  1:DONE
2012  9 19 13 23 25:6:>D h&9|g W:rg/"4{<#> ~xFj0A (7 -8 x%el ?QI0J:{EtR KT!i^Q< p_@pa3{ CETM?
2012  9 19 17 12 43:6:SsCX[YH npN6q#T B=.NE ,%R,!}/R c,j0Ob]
2012  9 19 20 24 50:6:Md*NI) y.XeDSZxHxcd tvy$N&!X*z_, +M Dm%'Ne3iF} a{%>t<&JI0T X>~I@M O!u_> D+ld-{> UW'`/=rX,N O$|YD06g
2012  9 19 23 23  5:DONE
# 2012/09/21
2012  9 21  4 59 35:6:7f7qWW+Nq2Kh #_P3 uD=G@Utz /P4R/sh)1$ x6\\\;9R{

 view all matches for this distribution


App-Koyomi

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      DateTime::TimeZone::Australia::Lindeman 1.88
      DateTime::TimeZone::Australia::Lord_Howe 1.88
      DateTime::TimeZone::Australia::Melbourne 1.88
      DateTime::TimeZone::Australia::Perth 1.88
      DateTime::TimeZone::Australia::Sydney 1.88
      DateTime::TimeZone::CET 1.88
      DateTime::TimeZone::CST6CDT 1.88
      DateTime::TimeZone::Catalog 1.88
      DateTime::TimeZone::EET 1.88
      DateTime::TimeZone::EST 1.88
      DateTime::TimeZone::EST5EDT 1.88

 view all matches for this distribution


App-MFILE-WWW

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.149 2016-09-29 01:09 CEST
- html.js: restore proper padding in dform
- js: make readableDate() take full "YYYY-MM-DD HH:DD:SS+TZ"

0.150 2016-11-03 19:22 CET
- Resource.pm: expose REST server URI to JavaScript side
- Resource.pm: export foreign site params only if defined
- js demo: dtable return to demoSubmenu instead of demoMenu
- js demo: implement a proper hook for dbrowser demo
- html.js: do not concatenate undefined entries

Changes  view on Meta::CPAN

  - start.js: add drowselect start and listen functions
  - html.js: put spans around table/rowselect rows
  - core: implement drowselect reverse video, arrow-key navigation
  - html.js: remove potential code duplication (dtable/drowselect)

0.151 2016-11-04 22:02 CET
- demo: storage and accessors for dbrowser data set
- demo: move rowselect demo to submenu
- demo: enable editing in dbrowser/drowselect demos
- core: refactor to eliminate code duplication (and fix a bug)

0.152 2016-11-05 21:18 CET
- core: prevent miniMenu entries from being undefined in start.js
- core: library function for displaying error messages
- core: improve display of empty table/rowselect in html.js
- core: display drowselect navigation only if rows > 1

0.153 2017-02-25 09:30 CET
- Refrain from making a new Plack::Session object
- doc: tweak log messages
- Resource.pm: implement session and session_id methods
- script: store sessions in a dedicated directory in /tmp
- Display session data on all screens

Changes  view on Meta::CPAN

- Dispatch.pm: remove dead code
- Control display of session data by config parameter
- doc: better description of MFILE_APPNAME config param
- Control display of session data via configuration parameter

0.154 2017-02-27 15:40 CET
- build/ops: require recent versions of dependencies
- Cleanup session data display
- html.js: handle null entriesWrite array
- Implement a special divider dform entry, including rendering
- Implement a special dform entry that is just an empty line
- html: handle null elem.text in maxLength

0.155 2017-02-27 22:37 CET
- html.js: handle special entries in dbrowser, too
- lib.js: add shallowCopy function
- spam console log less (rightPadSpaces, current-user.js)
- current-user: refrain from spamming log

0.156 2017-02-28 15:23 CET
- lib.js: add isStringNotEmpty function

0.157 2017-08-25 14:01 CEST
- doc: start documenting the JavaScript primitives
- Implement target stack feature (major refactor)

Changes  view on Meta::CPAN

- js: populate: clear result line when populate is finished
- Add .ignore file for ag
- js: core: display logout message from application in result line
- js: stack/start: disable logout-via-ESC

0.168 2017-10-29 12:25 CET
- js: core/html: improve debugging experience
- js: core/datetime: implement vetMonth() and vetYear()
- js: core/datetime: add daysInMonth() function
- js: core/lib: add uniq() function, eliminates duplicates from array
- js: core/html: let entries have size attribute different from maxlen
- js: core/datetime: implement vetDayList()

0.169 2017-10-29 17:57 CET
- js: core/ajax: display failure message with displayError()
- js: core/loggout: propagate result line message
- js: core/html: fix bug in vetEntries()

0.170 2017-10-31 12:00 CET
- js: core/datetime: add tsrangeToDateAndTimeRange()
- js: core/start: vet all writable dform entries when submitting
- js: core/start: populate object regardless of target type
- js: core/start: display opts.resultLine after populate in dform
- js: core/html: make long miniMenus wrap a little less clumsily
- js: core/stack: fix missing underscore in pop()
- js: core/stack: push opts onto stack
- js: core/stack: make unwindTo{Flag,Target} handle opts and respect _start
- js: core/start: make dmenu process opts and respect resultLine

0.171 2017-11-02 20:14 CET
- js: core: implement dcallback widget
- js: core/start: support htmlCallback and populateCallback props in dcallback
- js: core/datetime: implement dateToDay()
- start.css: make boxtopbot have the same background color as mainarea

0.172 2017-11-10 15:17 CET
- js: core/current-user: use jQuery to reset object
- js: core/datetime: implement vetTimeRangeNoOffset
- js: core/lib: implement "nullify" function
- js: core/stack: add ability to unwind to target without starting

0.173 2017-11-11 13:23 CET
- js: core/datetime: improve tab completion of months
- js: core/datetime: fix strToMonth() regression
- js: core/populate: do not clobber result line
- css, js/html: implement proper miniMenu indenting
- js: core: html/start: make menu entries start at 1

0.174 2017-11-13 11:43 CET
- Revert "Integrate D3 into the application"
- js: core/html: fix dmenu regression
- js: core/html: give minimenu div an id
- js: reflect appLib.fillUserBox() behavior change

0.175 2017-11-14 17:24 CET
- js: core/start: pass resultLine to drowselectListen()
- js: core: implement "menu" prototype
- js: core/populate: handle undefined populateArray a little less stupidly
- js: core/init2: do not clobber miniMenu objects

0.176 2017-11-27 11:22 CET
- js: core/html: unify usage of "&nbsp;" in dmenu and miniMenu; populate
  mainarea with a placeholder
- build/ops: drop older versions of jquery, qunit, requirejs
- js: core/ajax: refactor; logout if session expires; always clear result line

 view all matches for this distribution


App-MFILE

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

- HTTP.pm: convert non-JSON bodies to JSON

0.180 2016-09-27 17:01 CEST
- HTTP.pm: remove $body / $body_json confusion

0.181 2016-11-05 22:32 CET
- build/ops: change OBS project back to Application:Dochazka
- HTTP.pm: Allow rest_req() to send DELETE requests

0.182 2017-09-27 14:43 CEST
- Build.PL: require recent App::CELL

 view all matches for this distribution


App-MakeEPUB

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for App-MakeEPUB

v0.3.2 Tue Dec  7 16:40:29 CET 2021
	- move on GitHub
	- examples/rfc/bin/rfc2xhtml.pl: concatenate paragraphs that were
	  interupted by a pagebreak
	- examples/initramfs-man: create EPUB for man pages of programs in
	  InitRAMFS

0.3.1 Mon Apr  1 09:11:37 CEST 2013
	- repaired some character set issues in the POD

0.3.0 Sat Mar 30 16:24:12 CET 2013
	- automatically sort html files for toc.ncf and spine if option
	  --spine was not given
	- change the pattern for level 2 navigation in toc.ncf with option
	  --level2

0.2.0 Sun Mar 17 18:55:21 CET 2013
	- use HTML::TreeBuilder to look for items for the table of contents
	- option -tocdepth in bin/make-epub to allow table of contents with to
	  levels
	- added example how to generate EPUBs from RFCs

0.1.1 Fri Mar  8 10:34:08 CET 2013
	- option to change the name of the output file

0.1.0 Fri Mar  8 10:09:31 CET 2013
	- generates complete EPUB file 
	- does not clutter the original dir

0.0.3 Thu Mar  7 08:21:08 CET 2013
	Generates META-INF/container.xml if necessary.

0.0.2 Wed Mar  6 22:58:15 CET 2013
	First version using App::MakeEPUB

0.0.1  Wed Jan  2 07:51:28 2013
       Initial release.

 view all matches for this distribution


App-Map-Metro

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - (dev req) + Test::Version 1
 - (dev req) + Test::Warnings 0.026
 - (dev sug) + Dist::Iller 0.1408
 - (dev sug) + Dist::Iller::Config::Author::CSSON 0.0319

0.0100 2015-01-24T19:27:56Z CET
 - Initial release

 view all matches for this distribution


App-ModuleBuildTiny

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          - Correctly run author and release tests on upload.
          - Update Changes file on regenerate --bump
          - Add a --commit option to regenerate
          - Add --tag and --push to upload

0.031     Thu Feb  2 02:35:19 PM CET 2023
          - Make configuration optional for minting
          - Add prompt before release
          - Remove VERSION section from template
          - Make "configure all" default to current values
          - Allow for removing configure values

0.030     Mon Jan 16 12:16:05 AM CET 2023
          - Allow for multiple prereq files
          - Add scan command for prereqs
          - Add --bump option to regenerate subcommand
          - Add list action to configure subcommand

Changes  view on Meta::CPAN

          - Add non-interactive and extended options to test

0.026
          - Add --trial option to regenerate/upload/dist/distdir

0.025     Sun Dec 16 22:09:12 CET 2018
          - Allow fetching credentials from console
          - Add SPDX support to meta files

0.024
          - Write generated files as binary

 view all matches for this distribution


App-Munner

 view release on metacpan or  search on metacpan

cpanfile.snapshot  view on Meta::CPAN

      DateTime::TimeZone::Australia::Lindeman 1.94
      DateTime::TimeZone::Australia::Lord_Howe 1.94
      DateTime::TimeZone::Australia::Melbourne 1.94
      DateTime::TimeZone::Australia::Perth 1.94
      DateTime::TimeZone::Australia::Sydney 1.94
      DateTime::TimeZone::CET 1.94
      DateTime::TimeZone::CST6CDT 1.94
      DateTime::TimeZone::Catalog 1.94
      DateTime::TimeZone::EET 1.94
      DateTime::TimeZone::EST 1.94
      DateTime::TimeZone::EST5EDT 1.94

 view all matches for this distribution


App-Mxpress-PDF

 view release on metacpan or  search on metacpan

public/javascripts/ace/mode-mediawiki.js  view on Meta::CPAN

            token: "markup.bold",
            regex: /^[-]{4,}/
        }],
        "#switch": [{
            token: "constant.language",
            regex: /(__NOTOC__|__FORCETOC__|__TOC__|__NOEDITSECTION__|__NEWSECTIONLINK__|__NONEWSECTIONLINK__|__NOWYSIWYG__|__NOGALLERY__|__HIDDENCAT__|__EXPECTUNUSEDCATEGORY__|__NOCONTENTCONVERT__|__NOCC__|__NOTITLECONVERT__|__NOTC__|__START__|__END...
        }],
        "#redirect": [{
            token: [
                "keyword.control.redirect",
                "meta.keyword.control"

 view all matches for this distribution


App-OnePif

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.002  2017-01-06 19:42:11 CET
   - first release (still missing "real" tests)

0.001  2017-01-03 19:12:14 CET
   - first test release

 view all matches for this distribution


App-Oozie

 view release on metacpan or  search on metacpan

lib/App/Oozie/Constants.pm  view on Meta::CPAN

    DEFAULT_META_FILENAME                   => 'meta.yml',
    DEFAULT_NAMENODE_RPC_PORT               => 8020,
    DEFAULT_OOZIE_MAX_JOBS                  => 1_000,
    DEFAULT_START_DATE_DAY_FRAME            => 7,
    DEFAULT_TIMEOUT                         => 60 * 3,
    DEFAULT_TZ                              => 'CET',
    DEFAULT_WEBHDFS_PORT                    => 14_000,
    EMPTY_STRING                            => q{},
    FILE_FIND_FOLLOW_SKIP_IGNORE_DUPLICATES => 2,
    FORMAT_ZULU_TIME                        => '%sT%02d:%02dZ',
    HOURS_IN_A_DAY                          => 24,

 view all matches for this distribution


App-OpenVZ-BCWatch

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.02 Tue Sep 22 15:06:25 CEST 2009

 - Set for configuration options of type number or boolean
   the initial values based upon definedness.

0.01 Wed Nov 12 13:33:54 CET 2008

 - Initial version.

 view all matches for this distribution


App-PDF-Link

 view release on metacpan or  search on metacpan

lib/App/PDF/Link/Icons/XML.pm  view on Meta::CPAN

2GE3HFLx0QsmCmhLnkRi244IDA0e4D+94NxbBvbv/0GMsR1jyHd2LMreQqhUTpkzf9FvffXGFe+a
2jo9GChGThzk0H6yGTPAqLBuviiIHlT/rRe4gl/zuSMgIwl5hF3otCUBSEf9YCAUuTba3y3CIyh7
VCsCcJsAqos0ZyKEKBmMHqiqG+kV8U69jhJSitUpO0TCmIGiX4D9jr1HBQnAU2LZ/o7jHrDn1Kvg
wbHq9LuPuoM3Rzm2rRyXxbN00KtL4nHAnFCDNfUXtu2xjEjfVYp+Qi6iLEKCnx98gfMbwVS4Bvr7
4p++97zbujt2XhNrtTZgbOXOjVXdawihcsrU6TN+8xu3P/ae1hmzmsgBKQTy7BBR9hoTRrEDu+EC
2W0ghziQa9eJ3CETc6eAQBHMwSghBAc8QqmmhZAHpEYR5FZwqiJ0J5M8GAYDP4Wr75WT6QYy2XPM
B/8goDS6DYUHHti+cnVDhqn7hO/PsJVjQfiBfa4SRiA1yqT6LHt30DxcySjJMT6VB/VrQ3GFJhyU
5lusJwjFV6zaBBfiqeQwQuoSyG54dgN94Q/oVpzsOyNOQjCJmS/wBmL09eyr/tE7zrqlv7f3BzGO
vcM/lgtALgJhaaW5+aJ/+/Gq982YNbdZBHPGxMsx4Z7ooyAeFOH3eixrJDyByBuUG1JPbiWnMWba
jpvM1S5Guw1DcaPUvdnuYaSDoDtH3fW3FDwOQgqAMnlPOwfVuUBJ1g2FvDcZRFPHpVgkJntKdDo8
7NaU3u2SHSnGG2IWEbn5y2FHx42OVSg8gsIvxwGC3jqLC88+teyKcJ2EbCSpuKnZiZiEp6F/lxwt

 view all matches for this distribution


App-PigLatin

 view release on metacpan or  search on metacpan

t/files/moby11.txt  view on Meta::CPAN

  "WHALE. ... It is more immediately from the Dut. and Ger.

Wallen; A.S. Walw-ian, to roll, to wallow."

    --RICHARDSON'S DICTIONARY



          KETOS,               Greek.

          CETUS,               Latin.

          WHOEL,               Anglo-Saxon.

          HVALT,               Danish.

          WAL,                 Dutch.

          HWAL,                Swedish.

          WHALE,               Icelandic.

t/files/moby11.txt  view on Meta::CPAN

  --SIR WILLIAM DAVENANT. PREFACE TO GONDIBERT.



  "What spermacetti is, men might justly doubt, since the learned

Hosmannus in his work of thirty years, saith plainly, Nescio quid

sit."

  --SIR T. BROWNE. OF SPERMA CETI AND THE SPERMA CETI WHALE. VIDE HIS V. E.



    "Like Spencer's Talus with his modern flail

    He threatens ruin with his ponderous tail.

      ...

    Their fixed jav'lins in his side he wears,

t/files/moby11.txt  view on Meta::CPAN

  "The whale is a mammiferous animal without hind feet."

  --BARON CUVIER.



  "In 40 degrees south, we saw Spermacetti Whales, but did not take

any till the first of May, the sea being then covered with them."

  --COLNETT'S VOYAGE FOR THE PURPOSE OF EXTENDING THE SPERMACETI

WHALE FISHERY.



    "In the free element beneath me swam,

    Floundered and dived, in play, in chace, in battle,

    Fishes of every color, form, and kind;

 view all matches for this distribution


App-RecordStream

 view release on metacpan or  search on metacpan

logos/logo-small.svg  view on Meta::CPAN

       transform="scale(0.1,0.1)"
       id="g12"><g
         transform="scale(4682.4,4502.4)"
         id="g14"><image
           id="image16"
           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB58AAAdUCAYAAABwqM6aAAAABHNCSVQICAgIfAhkiAAAIABJREFUeJzs3enPZOeZ3/fvfZZan61XNimqKQ01oqCZ0YwRDGADiT0IkEQvjMR5GwTJ3+A/YBIBCeIEhpEJECAGnCAxEscxJh54RjOGI2k00mijdlGkhhqKokh2k713P2stZ7nvv...
           transform="matrix(1,0,0,-1,0,1)"
           preserveAspectRatio="none"
           height="1"
           width="1" /></g></g></g></svg>

 view all matches for this distribution


App-Spec

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      Data::Dumper
    - Add a format plugin that formats data output as YAML, JSON, Text::Table,
      Data::Dump
    - Output via $run->out is not buffered anymore

0.004 Mon Oct 31 18:56:05 CET 2016

    - Lots of refactoring
    - More documentation
    - Update schema
    - Integer validation fix

 view all matches for this distribution


App-Staticperl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


TODO: proofread the pod!
TODO: maybe make extutilc::cbuilder return value dynam,ic and have some kind of app-preferences?
TODO: bundle "<<<<" error => endless loop

1.46 Tue 15 Feb 2022 19:25:09 CET
	- when building an app ("mkapp"), staticperl freed the argv too
          early, which causes memory corruption when perl is later
          assigning to $0.
	- default CPAN recommends_policy/suggests_policy to off.
	- new bundle args: --extra-cflags, --extra-ldflags and --extra-libs.

Changes  view on Meta::CPAN

          from CPAN. This might fix the CPAN dependency problems with
          newer perl versions (at least 5.14.2).
	- staticperl mkperl or mkapp didn't clean up temporary files.
        - PPI::XS seems to be broken, directly depend on PPI.

1.42 Mon Mar  5 08:16:02 CET 2012
	- actually, really do it.

1.41 Mon Mar  5 08:14:11 CET 2012
	- temporarily patch ExtUtils::MakeMaker because newer versions
          break Pod::Parser.

1.4  Mon Jul 18 09:33:48 CEST 2011
	- new configuration variable DLCACHE to avoid repeated downloads.

Changes  view on Meta::CPAN

	- rename the cpan-make-inmstall helper to SP-make-install-make.
        - write mkbundle to bin/SP-mkbundle.
        - new "staticperl perl" command.
        - updated small/bigperl to 5.12.3.

1.21  Fri Mar 18 19:21:15 CET 2011
	- ok, irix tar has no working -f and freebsd tar goes to a device
          by default, so screw irix and go with freebsd.
	- some bloke thought it's cool to force dynamic linking on darwin.
          force as in "either you enable it, or the resulting build will be
          forcefully broken". proves that whoever uses darwin deserves it.
          anyway, we now patch away the idiocy in the hints file.
        - for better portability, do not supply -Wl,--no-gc-sections
          -Wl,--allow-multiple-definition, but sitll patch -Wl,--no-gc...
        - new hook: patchconfig.

1.2   Mon Mar 14 00:11:15 CET 2011
        - patch CPAN::HandleConfig as there seems to be no other way to
          keep it from clobbering the users MyConfig.pm accidentally.
        - call cpan internally in a way so it picks up only our MyConfig.pm,
          for extra safety and the initial calls before patching.
        - set default cpan "installer" to EUMM, and MB is too broken
          (it fails to build extensions statically).
	- use "tar x" only to accomodate irix (and possibly other systems).

1.11  Tue Mar  8 18:37:00 CET 2011
	- no longer create bundle variable names from md5(data),
          as it is no longer useful.
        - fix output shortening in testsuite.

1.1   Thu Feb 24 07:20:22 CET 2011
	- use a better -M syntax.
	- the one-arg form of add/binadd was broken.
	- --add and --binadd now use the file as alias if the alias is missing.
	- embeddable bundle files were broken because "args"
          was used before defined.

Changes  view on Meta::CPAN

          can be 0 (and is then ignored).
        - reduce PERL_ARENA_SIZE to something more reasonable for perl 5.12.
        - use perl 5.12.3 by default.
        - enable debug symbols by default (but not the dreaded -DDEBUGGING).

1.0   Mon Jan 10 15:13:19 CET 2011
        - specify -Uinstallusrbinperl in configure to avoid creating
          /usr/bin/perl.
        - try to work around the totally broken /bin/sh on solaris
          (only in the testsuite).
	- use curl -f instead of just curl.
        - prefer curl over wget again, as cpan seems to do so.
        - clarify license.

0.92  Wed Dec 22 02:09:19 CET 2010
	- major rework of the PHASE 2 documentation section, hopefully
          it's now more clear, more useful, more sexy.
        - renamed --usepacklist to --usepacklists (--usepacklist still
          supported as abbreviation).
	- "properly" get rid of SITELIB paths, avoid using -U compiler flags
          (which didn't even do anything...).
        - avoid export var=value syntax for non-unix shells (solaris...).
        - better output in the error case from the testsuite.

0.912 Wed Dec 15 01:14:26 CET 2010
	- print a longer and hopefully useful message when Configure fails.
	- remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
          tot he ccflags, instead of overriding them.
        - introduce PERL_CC.
	- work around *bsd stupidity again, where even root can't replace

Changes  view on Meta::CPAN

        - stop command processing when a command fails (e.g. staticperl mkperl
          will stop if the install step fails).
        - let perl do most configuration when running make test, to increase
          chances of success.

0.911 Sat Dec 11 16:50:41 CET 2010
	- argl, testsuite had a duplicated test.
	- use -Wl,--allow-multiple-definition for better portability.

0.91  Fri Dec 10 22:13:43 CET 2010
	- add testsuite (yeah, should be optional - send patches).
	- started to maintain two demo builds: bigperl and smallperl,
          on http://staticperl.schmorp.de.
	- implemented --staticlib option.
        - special unicore/ compression (but much more could be done,

Changes  view on Meta::CPAN

        - avoid deadlocking in --eval (unlikely, but possible).
        - implement $STATICPERLRC.
        - do all option AND bundle file processing with Getopt::Long,
          to make maintenance easier.

0.9   Wed Dec  8 23:26:48 CET 2010
	- support AutoLoader'ed functions with prototypes.
        - new mkapp / --app option for mkbundle, to create
          standalone applications.

0.2   Tue Dec  7 21:50:07 CET 2010
        - make it work as non-root user.
        - make module install/linking much more robust against
          build and link failures, i.e. try to only install
          the module when it was actualyl built successfully.
        - split "install" phase into perl install and module
          install, so fixing your postinstall hook takes less time.
        - change make clean to delete the sources dir.
        - add preconfigure hook.

0.1   Tue Dec  7 10:23:43 CET 2010
	- initial release.

0.0   Mon Dec  6 10:44:38 CET 2010
	- cloned from Convert::Scalar.

 view all matches for this distribution


App-VOJournal

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for App-VOJournal

v0.4.8 Wed Jan 26 20:25:14 CET 2022
	- call File::Find::find() with 'no_chdir => 1'
	  to avoid problems with taint mode on mswin32

v0.4.7 Tue Jan 25 11:05:31 CET 2022
	- optimize _find_last_file() to easily cope
	  with thousands of unrelated files below --basedir
	- make note in Perl POD about symlinks
	  (File::Find::find() won't follow symbolic links)

v0.4.6 Tue Dec 14 11:55:00 CET 2021
	- move on GitHub

v0.4.5  2016-05-16/16:03
	- fixed version strings

 view all matches for this distribution


App-a2p

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          Use size_t instead of int for string lengths

1.007     2014-05-29 16:35:56+02:00 Europe/Amsterdam
          Pointers set but then (immediately or very shortly) overwritten [Jarko Hietaniemi]

1.006     2014-03-13 17:13:34CET+0100 Europe/Amsterdam
          Use tempfiles instead of pipes for portability in tests
          Add a makefile snipplet for MSVC

1.005     2013-12-15 22:34:51 Europe/Amsterdam
          Fix prereqs

 view all matches for this distribution


App-cpanminus

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


1.7026  2015-02-13 17:11:38 PST
   [Improvements]
      - Respect provides in META file before loading from Parse::PMFile

1.7025  2015-02-07 07:58:21 CET
   [Improvements]
      - Bump Parse::PMFile to 0.35
      - Bump CPAN::Meta::Check to 0.020
      - Bump CPAN::Meta::Requirements to 2.132
      - Bump HTTP::Tiny to 0.054

 view all matches for this distribution


App-dategrep

 view release on metacpan or  search on metacpan

t/11strptime.t  view on Meta::CPAN

Mon Jul  2                    | %a %b %d           | 1530489600
Mon Jul  2                    | %a %b %e           | 1530489600
Oct  1 08:12:51               | %b %d %H:%M:%S     | 1538381571
2018-06-30T12:12:12Z          | %FT%T%z            | 1530360732
2018-06-30T12:12:12+02:00     | %FT%T%z            | 1530353532
2018-06-30T12:12:12CET        | %FT%T%z            | 1530353532
2018-06-30     12:12:12       | %F%t%H:%M:%S       | 1530360732
2018-06-30T12:12:12           | %Y-%m-%dT%H:%M:%S  | 1530360732
2018-06-30T12:12:12           | %FT%H:%M:%S        | 1530360732
2018-06-30T12:12:12           | %FT%T              | 1530360732
2018-06-30 12:12:12           | %F%t%H:%M:%S       | 1530360732

 view all matches for this distribution


App-find2perl

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          Add -amin, -cmin and -mmin switches

1.004     2018-03-19 19:36:16+01:00 Europe/Amsterdam
          Add dummy module App::find2perl

1.003     2014-01-30 01:35:16CET+0100 Europe/Amsterdam
          Avoid using a less sane find(1)

1.002     2014-01-06 15:47:32 Europe/Amsterdam
          Match -links checks against find(1) not expect

 view all matches for this distribution


( run in 1.213 second using v1.01-cache-2.11-cpan-49f99fa48dc )