• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moose / Moose
96%
master: 93%

Build:
Build:
LAST BUILD BRANCH: haarg/ppport-update
DEFAULT BRANCH: master
Repo Added 12 Aug 2014 05:27PM UTC
Files 308
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH haarg/ppport-update
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 2.1301
  • 2.1302
  • 2.1303
  • 2.1304
  • 2.1400
  • 2.1401
  • 2.1402
  • 2.1403
  • 2.1404
  • 2.1500
  • 2.1501
  • 2.1600
  • 2.1601
  • 2.1602
  • 2.1603
  • 2.1604
  • 2.1605
  • 2.1700
  • 2.1702
  • 2.1703
  • 2.1704
  • 2.1705
  • 2.1800
  • 2.1801
  • 2.1802
  • 2.1803
  • 2.1804
  • 2.1805
  • 2.1806
  • 2.1807
  • 2.1900
  • 2.1901
  • 2.1902
  • 2.1903
  • 2.1904
  • 2.1905
  • 2.2000
  • 2.2001
  • 2.2002
  • 2.2003
  • 2.2004
  • 2.2005
  • 2.2006
  • 2.2007
  • 2.2008
  • 2.2009
  • 2.2010
  • 2.2011
  • 2.2013
  • aarondcohen-master
  • autarch/and-yet-more-warning-fixes
  • autarch/attr-docs-tweak
  • autarch/attribute-inheritance-doc-update
  • autarch/attribute-knows-role-attribute
  • autarch/cleanup-specio
  • autarch/fix-warning-from-Moo-delegation
  • autarch/improved-travis-config
  • autarch/init_arg-in-exception
  • autarch/method-modifiers-and-exceptions-doc
  • autarch/more-definition_context-fixes
  • autarch/more-role-docs
  • autarch/native-trait-coercion-bugs
  • autarch/types-docs-tweaks
  • autarch/use-list-someutils
  • autarch/use-sub-util
  • coveralls
  • dave/moose-exporter-unimport_to
  • dave/overloading-in-roles-bug
  • dolmen-fix/mkopt-usage
  • element-docs
  • elements-docs
  • ex-overload-bool
  • fix-travis
  • haarg/native-0
  • haarg/no-build
  • haarg/no-no-index
  • haarg/ppport-update
  • haarg/remove-sub-identify
  • haarg/test-5.8
  • ilmari/use-sub-util
  • master
  • overload-op-info
  • roles_concept_link
  • stable/2.14
  • stable/2.16
  • stable/2.18
  • stable/2.20
  • topic/all-deps-as-author
  • topic/back-out-does-handles-change
  • topic/better-delegation-sub-name
  • topic/blessed-method-fix
  • topic/does-delegated
  • topic/embedded_versions
  • topic/fix-meta-rename
  • topic/fix_euhc
  • topic/immutabilize-does_via_delegation
  • topic/inline-delegations
  • topic/less-moose-in-errors
  • topic/less-more
  • topic/major-doc-revisions
  • topic/misc-tweaks
  • topic/moose-exception-debug-flag
  • topic/more-overload-fixes
  • topic/more-overloading-conflict-tweaks
  • topic/override-in-role-composition
  • topic/ppport2
  • topic/ppport_cleanup
  • topic/refactor-doc-generation
  • topic/restore-_get_delegate_accessor
  • topic/simplify-tc-failed-exception
  • topic/structured-exceptions
  • topic/sub-identify-prereq
  • topic/type-tiny-native-traits
  • topic/warn-on-all-attr-method-conflict
  • topic/with_immutable-uses-subtest

pending completion
1574

Pull #177

travis-ci-com

web-flow
Merge 09e72e0fb into eac9ca1ca
Pull Request #177: Update ppport and use new macros

6021 of 6274 relevant lines covered (95.97%)

7813.87 hits per line

Relevant lines Covered
Build:
Build:
6274 RELEVANT LINES 6021 COVERED LINES
7813.87 HITS PER LINE
Source Files on master
  • Tree
  • List 372
  • Changed 24
  • Source Changed 1
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1574 haarg/ppport-update Merge 09e72e0fb into eac9ca1ca Pull #177 21 Oct 2020 07:39PM UTC web-flow travis-ci-com pending completion  
1573 haarg/ppport-update update XS code for new ppport PPPort now includes the PERL_VERSION_GE macro for easier version comparisons, as well as providing backward compatibility for dVAR and XSPROTO. push 21 Oct 2020 06:28PM UTC haarg travis-ci-com pending completion  
1572 haarg/remove-sub-identify Merge 95d900393 into eac9ca1ca Pull #178 21 Oct 2020 05:41PM UTC web-flow travis-ci-com pending completion  
1571 haarg/remove-sub-identify use built in get_code_info rather than depending on Sub::Identify We already have our own get_code_info sub, so just use that rather than bringing in the Sub::Identify prerequisite. All uses of get_code_info could possibly be replaced with Sub::... push 21 Oct 2020 04:55PM UTC haarg travis-ci-com pending completion  
1570 master avoid passing objects we want to go away to Test::More::is Test::Simple 1.302178 to 1.302182 have a bug where when running under Devel::Cover, objects passed to Test::More::is will be captured and held until process end. When testing weakening, w... push 21 Oct 2020 12:31PM UTC haarg travis-ci-com pending completion  
1569 master fix enum error test for real this time The error messages generated by type validations are not consistent, and will be different if Devel::PartialDump is installed. push 21 Oct 2020 03:51AM UTC haarg travis-ci-com pending completion  
1568 master update changelog push 21 Oct 2020 02:11AM UTC haarg travis-ci-com pending completion  
1567 haarg/ppport-update Merge 76f4ac3d3 into c554e018b Pull #177 18 Oct 2020 10:56PM UTC web-flow travis-ci-com pending completion  
1566 haarg/ppport-update update XS code for new ppport PPPort now includes the PERL_VERSION_GE macro for easier version comparisons, as well as providing backward compatibility for dVAR and XSPROTO. push 18 Oct 2020 10:16PM UTC haarg travis-ci-com pending completion  
1565 master provide details about expected values for enum type constraint (#174) push 18 Oct 2020 09:35PM UTC web-flow travis-ci-com pending completion  
See All Builds (670)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc